Html Css Color HEX #A852CE Medium Orchid

📋 copy color: '#A852CE'

red 168 ◦ green 82 ◦ blue 206

#A852CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #A852CE

Tints of Medium Orchid #A852CE

RGB

 RED value IS 168 (66.02% from 255) = 36.84%

 GREEN value IS 82 (32.42% from 255) = 17.98%

 BLUE value IS 206 (80.86% from 255) = 45.18%

R = 36.84%
G = 17.98%
B = 45.18%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A852CE (or 0xA852CE) is known color: Medium Orchid. HEX triplet: A8, 52 and CE. RGB value is (168,82,206). Sum of RGB (Red+Green+Blue) = 168+82+206=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #A852CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852CE is #57AD31. Grayscale: #797979. Windows color (decimal): -5745970 or 13521576. OLE color: 13521576.

HSL color Cylindrical-coordinate representation of color #A852CE: hue angle of 281.61º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A852CE is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 82 206 -
CMYK 0.18 0.60 0 0.19
HSL 281.61º 0.56% 0.56% -
HSV(B) 281.61º 0.6% 0.81% -
XYZ 30.31 18.82 60.43 -
YUV 121.85 175.49 160.92 -
System Red Green Blue C M Y K H S L
Decimal 168 82 206 0.18 0.60 0 0.19 281.61 0.56 0.56
Hex A8 52 CE 12 3C 0 13 11A 38 38
Octal 250 122 316 22 74 0 23 432 70 70
Binary 10101000 1010010 11001110 10010 111100 0 10011 100011010 111000 111000

Color Harmonies of #A852CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A852CE

Black with #A852CE

Text Example


Text Example

White with #A852CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A852CE; }

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

 H1.HeaderClassName
 {
   color: #A852CE;
 }
 .AnyTagClassName
 {
   color: #A852CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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