Html Css Color HEX #A852DB Medium Orchid

📋 copy color: '#A852DB'

red 168 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #A852DB

Tints of Medium Orchid #A852DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 35.82%
G = 17.48%
B = 46.7%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A852DB (or 0xA852DB) is known color: Medium Orchid. HEX triplet: A8, 52 and DB. RGB value is (168,82,219). Sum of RGB (Red+Green+Blue) = 168+82+219=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A852DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852DB is #57AD24. Grayscale: #7A7A7A. Windows color (decimal): -5745957 or 14373544. OLE color: 14373544.

HSL color Cylindrical-coordinate representation of color #A852DB: hue angle of 277.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A852DB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 82 219 -
CMYK 0.23 0.63 0 0.14
HSL 277.66º 0.66% 0.59% -
HSV(B) 277.66º 0.63% 0.86% -
XYZ 31.95 19.47 69.09 -
YUV 123.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 168 82 219 0.23 0.63 0 0.14 277.66 0.66 0.59
Hex A8 52 DB 17 3F 0 E 116 42 3B
Octal 250 122 333 27 77 0 16 426 102 73
Binary 10101000 1010010 11011011 10111 111111 0 1110 100010110 1000010 111011

Color Harmonies of #A852DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A852DB

Black with #A852DB

Text Example


Text Example

White with #A852DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A852DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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