Html Css Color HEX #A429DA Dark Orchid

📋 copy color: '#A429DA'

red 164 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #A429DA

Tints of Dark Orchid #A429DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 38.77%
G = 9.69%
B = 51.54%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A429DA (or 0xA429DA) is known color: Dark Orchid. HEX triplet: A4, 29 and DA. RGB value is (164,41,218). Sum of RGB (Red+Green+Blue) = 164+41+218=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #A429DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429DA is #5BD625. Grayscale: #616161. Windows color (decimal): -6018598 or 14297508. OLE color: 14297508.

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

Color convert

RGB 164 41 218 -
CMYK 0.25 0.81 0 0.15
HSL 281.69º 0.71% 0.51% -
HSV(B) 281.69º 0.81% 0.85% -
XYZ 28.76 14.54 67.62 -
YUV 97.96 195.75 175.11 -
System Red Green Blue C M Y K H S L
Decimal 164 41 218 0.25 0.81 0 0.15 281.69 0.71 0.51
Hex A4 29 DA 19 51 0 F 11A 47 33
Octal 244 51 332 31 121 0 17 432 107 63
Binary 10100100 101001 11011010 11001 1010001 0 1111 100011010 1000111 110011

Color Harmonies of #A429DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429DA

Black with #A429DA

Text Example


Text Example

White with #A429DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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