Html Css Color HEX #A429DB Dark Orchid

📋 copy color: '#A429DB'

red 164 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #A429DB

Tints of Dark Orchid #A429DB

RGB

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

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

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

R = 38.68%
G = 9.67%
B = 51.65%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A429DB (or 0xA429DB) is known color: Dark Orchid. HEX triplet: A4, 29 and DB. RGB value is (164,41,219). Sum of RGB (Red+Green+Blue) = 164+41+219=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #A429DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429DB is #5BD624. Grayscale: #616161. Windows color (decimal): -6018597 or 14363044. OLE color: 14363044.

HSL color Cylindrical-coordinate representation of color #A429DB: hue angle of 281.46º 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 #A429DB is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 41 219 -
CMYK 0.25 0.81 0 0.14
HSL 281.46º 0.71% 0.51% -
HSV(B) 281.46º 0.81% 0.86% -
XYZ 28.89 14.59 68.31 -
YUV 98.07 196.25 175.03 -
System Red Green Blue C M Y K H S L
Decimal 164 41 219 0.25 0.81 0 0.14 281.46 0.71 0.51
Hex A4 29 DB 19 51 0 E 119 47 33
Octal 244 51 333 31 121 0 16 431 107 63
Binary 10100100 101001 11011011 11001 1010001 0 1110 100011001 1000111 110011

Color Harmonies of #A429DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429DB

Black with #A429DB

Text Example


Text Example

White with #A429DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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