Html Css Color HEX #A851DB Medium Orchid

📋 copy color: '#A851DB'

red 168 ◦ green 81 ◦ blue 219

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

Shades of Medium Orchid #A851DB

Tints of Medium Orchid #A851DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.31%

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

R = 35.9%
G = 17.31%
B = 46.79%

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

#A851DB (or 0xA851DB) is known color: Medium Orchid. HEX triplet: A8, 51 and DB. RGB value is (168,81,219). Sum of RGB (Red+Green+Blue) = 168+81+219=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #A851DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851DB is #57AE24. Grayscale: #7A7A7A. Windows color (decimal): -5746213 or 14373288. OLE color: 14373288.

HSL color Cylindrical-coordinate representation of color #A851DB: hue angle of 277.83º 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 #A851DB is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 81 219 -
CMYK 0.23 0.63 0 0.14
HSL 277.83º 0.66% 0.59% -
HSV(B) 277.83º 0.63% 0.86% -
XYZ 31.88 19.32 69.07 -
YUV 122.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 168 81 219 0.23 0.63 0 0.14 277.83 0.66 0.59
Hex A8 51 DB 17 3F 0 E 116 42 3B
Octal 250 121 333 27 77 0 16 426 102 73
Binary 10101000 1010001 11011011 10111 111111 0 1110 100010110 1000010 111011

Color Harmonies of #A851DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851DB

Black with #A851DB

Text Example


Text Example

White with #A851DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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