Html Css Color HEX #A02BDB Dark Orchid

📋 copy color: '#A02BDB'

red 160 ◦ green 43 ◦ blue 219

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

Shades of Dark Orchid #A02BDB

Tints of Dark Orchid #A02BDB

RGB

 RED value IS 160 (62.89% from 255) = 37.91%

 GREEN value IS 43 (17.19% from 255) = 10.19%

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

R = 37.91%
G = 10.19%
B = 51.9%

CMYK

 C value IS 0.27

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A02BDB (or 0xA02BDB) is known color: Dark Orchid. HEX triplet: A0, 2B and DB. RGB value is (160,43,219). Sum of RGB (Red+Green+Blue) = 160+43+219=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #A02BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A02BDB is #5FD424. Grayscale: #616161. Windows color (decimal): -6280229 or 14363552. OLE color: 14363552.

HSL color Cylindrical-coordinate representation of color #A02BDB: hue angle of 279.89º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02BDB is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 43 219 -
CMYK 0.27 0.80 0 0.14
HSL 279.89º 0.71% 0.51% -
HSV(B) 279.89º 0.8% 0.86% -
XYZ 28.15 14.32 68.3 -
YUV 98.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 160 43 219 0.27 0.80 0 0.14 279.89 0.71 0.51
Hex A0 2B DB 1B 50 0 E 118 47 33
Octal 240 53 333 33 120 0 16 430 107 63
Binary 10100000 101011 11011011 11011 1010000 0 1110 100011000 1000111 110011

Color Harmonies of #A02BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02BDB

Black with #A02BDB

Text Example


Text Example

White with #A02BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02BDB; }

 p { color: rgb(160,43,219); }

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

background-color css

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

 a { background-color: rgb(160,43,219); }

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

border-color css

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

 span { border-color: rgb(160,43,219); }

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