Html Css Color HEX #A429DD Dark Orchid

📋 copy color: '#A429DD'

red 164 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #A429DD

Tints of Dark Orchid #A429DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.88%

R = 38.5%
G = 9.62%
B = 51.88%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A429DD (or 0xA429DD) is known color: Dark Orchid. HEX triplet: A4, 29 and DD. RGB value is (164,41,221). Sum of RGB (Red+Green+Blue) = 164+41+221=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #A429DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429DD is #5BD622. Grayscale: #616161. Windows color (decimal): -6018595 or 14494116. OLE color: 14494116.

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

Color convert

RGB 164 41 221 -
CMYK 0.26 0.81 0 0.13
HSL 281º 0.73% 0.51% -
HSV(B) 281º 0.81% 0.87% -
XYZ 29.15 14.7 69.71 -
YUV 98.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 164 41 221 0.26 0.81 0 0.13 281 0.73 0.51
Hex A4 29 DD 1A 51 0 D 119 49 33
Octal 244 51 335 32 121 0 15 431 111 63
Binary 10100100 101001 11011101 11010 1010001 0 1101 100011001 1001001 110011

Color Harmonies of #A429DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429DD

Black with #A429DD

Text Example


Text Example

White with #A429DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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