#A852E4

Color #A852E4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A852E4

Tints of Medium Orchid #A852E4

Color information

#A852E4 (or 0xA852E4) is unknown color: approx Medium Orchid. HEX triplet: A8, 52 and E4. RGB value is (168,82,228). Sum of RGB (Red+Green+Blue) = 168+82+228=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 228 (89.45% from 255 or 47.70% from 478); Max value from RGB is 228 - color contains mainly: blue. Hex color #A852E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852E4 is #57AD1B. Grayscale: #7B7B7B. Windows color (decimal): -5745948 or 14963368. OLE color: 14963368.

HSL color Cylindrical-coordinate representation of color #A852E4: hue angle of 275.34º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A852E4 is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16882228-
CMYK0.260.6400.11
HSL275.34º73%60.78%-
HSV(B)275.34º64.04%89.41%-
XYZ33.1719.9675.5-
YUV124.36186.49159.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 35.15%
GREEN value IS 82 (32.42% from 255) = 17.15%
BLUE value IS 228 (89.45% from 255) = 47.70%
R=35.15%
G=17.15%
B=47.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal168822280.260.6400.11275.347360.78
HexA852E41A400B113493d
Octal2501223443210001342311175
Binary10101000101001011100100110101000000010111000100111001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A852E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A852E4; }

 p { color: rgb(168,82,228); }

 H1.HeaderClassName
 {
   color: #A852E4;
 }
 .AnyTagClassName
 {
   color: #A852E4;
 }
</style>
background-color css

<style>
 a { background-color: #A852E4; }

 a { background-color: rgb(168,82,228); }

 div.DivClassName
 {
   background-color: #A852E4;
 }
 .BgClassName
 {
   background-color: #A852E4;
 }
</style>
border-color css

<style>
 span { border-color: #A852E4; }

 span { border-color: rgb(168,82,228); }

 td.TdClassName
 {
   border-color: #A852E4;
 }
 .TagClassName
 {
   border-color: #A852E4;
 }
</style>