Html Css Color HEX #A029DB Dark Orchid

📋 copy color: '#A029DB'

red 160 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #A029DB

Tints of Dark Orchid #A029DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.76%

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

R = 38.1%
G = 9.76%
B = 52.14%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A029DB (or 0xA029DB) is known color: Dark Orchid. HEX triplet: A0, 29 and DB. RGB value is (160,41,219). Sum of RGB (Red+Green+Blue) = 160+41+219=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #A029DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A029DB is #5FD624. Grayscale: #606060. Windows color (decimal): -6280741 or 14363040. OLE color: 14363040.

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

Color convert

RGB 160 41 219 -
CMYK 0.27 0.81 0 0.14
HSL 280.11º 0.71% 0.51% -
HSV(B) 280.11º 0.81% 0.86% -
XYZ 28.08 14.17 68.27 -
YUV 96.87 196.92 173.03 -
System Red Green Blue C M Y K H S L
Decimal 160 41 219 0.27 0.81 0 0.14 280.11 0.71 0.51
Hex A0 29 DB 1B 51 0 E 118 47 33
Octal 240 51 333 33 121 0 16 430 107 63
Binary 10100000 101001 11011011 11011 1010001 0 1110 100011000 1000111 110011

Color Harmonies of #A029DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029DB

Black with #A029DB

Text Example


Text Example

White with #A029DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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