Html Css Color HEX #A429DE Dark Orchid

📋 copy color: '#A429DE'

red 164 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #A429DE

Tints of Dark Orchid #A429DE

RGB

 RED value IS 164 (64.45% from 255) = 38.41%

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

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

R = 38.41%
G = 9.6%
B = 51.99%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A429DE (or 0xA429DE) is known color: Dark Orchid. HEX triplet: A4, 29 and DE. RGB value is (164,41,222). Sum of RGB (Red+Green+Blue) = 164+41+222=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 41 (16.41% from 255 or 9.60% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #A429DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429DE is #5BD621. Grayscale: #616161. Windows color (decimal): -6018594 or 14559652. OLE color: 14559652.

HSL color Cylindrical-coordinate representation of color #A429DE: hue angle of 280.77º 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 #A429DE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 41 222 -
CMYK 0.26 0.82 0 0.13
HSL 280.77º 0.73% 0.52% -
HSV(B) 280.77º 0.82% 0.87% -
XYZ 29.29 14.75 70.41 -
YUV 98.41 197.75 174.78 -
System Red Green Blue C M Y K H S L
Decimal 164 41 222 0.26 0.82 0 0.13 280.77 0.73 0.52
Hex A4 29 DE 1A 52 0 D 119 49 34
Octal 244 51 336 32 122 0 15 431 111 64
Binary 10100100 101001 11011110 11010 1010010 0 1101 100011001 1001001 110100

Color Harmonies of #A429DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429DE

Black with #A429DE

Text Example


Text Example

White with #A429DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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