Html Css Color HEX #A029DE Dark Orchid

📋 copy color: '#A029DE'

red 160 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #A029DE

Tints of Dark Orchid #A029DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.48%

R = 37.83%
G = 9.69%
B = 52.48%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A029DE (or 0xA029DE) is known color: Dark Orchid. HEX triplet: A0, 29 and DE. RGB value is (160,41,222). Sum of RGB (Red+Green+Blue) = 160+41+222=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #A029DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A029DE is #5FD621. Grayscale: #606060. Windows color (decimal): -6280738 or 14559648. OLE color: 14559648.

HSL color Cylindrical-coordinate representation of color #A029DE: hue angle of 279.45º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A029DE is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 41 222 -
CMYK 0.28 0.82 0 0.13
HSL 279.45º 0.73% 0.52% -
HSV(B) 279.45º 0.82% 0.87% -
XYZ 28.47 14.33 70.37 -
YUV 97.22 198.42 172.78 -
System Red Green Blue C M Y K H S L
Decimal 160 41 222 0.28 0.82 0 0.13 279.45 0.73 0.52
Hex A0 29 DE 1C 52 0 D 117 49 34
Octal 240 51 336 34 122 0 15 427 111 64
Binary 10100000 101001 11011110 11100 1010010 0 1101 100010111 1001001 110100

Color Harmonies of #A029DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A029DE

Black with #A029DE

Text Example


Text Example

White with #A029DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A029DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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