Html Css Color HEX #A429DF Dark Orchid

📋 copy color: '#A429DF'

red 164 ◦ green 41 ◦ blue 223

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

Shades of Dark Orchid #A429DF

Tints of Dark Orchid #A429DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.1%

R = 38.32%
G = 9.58%
B = 52.1%

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

#A429DF (or 0xA429DF) is known color: Dark Orchid. HEX triplet: A4, 29 and DF. RGB value is (164,41,223). Sum of RGB (Red+Green+Blue) = 164+41+223=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #A429DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A429DF is #5BD620. Grayscale: #616161. Windows color (decimal): -6018593 or 14625188. OLE color: 14625188.

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

Color convert

RGB 164 41 223 -
CMYK 0.26 0.82 0 0.13
HSL 280.55º 0.74% 0.52% -
HSV(B) 280.55º 0.82% 0.87% -
XYZ 29.42 14.81 71.12 -
YUV 98.53 198.25 174.7 -
System Red Green Blue C M Y K H S L
Decimal 164 41 223 0.26 0.82 0 0.13 280.55 0.74 0.52
Hex A4 29 DF 1A 52 0 D 119 4A 34
Octal 244 51 337 32 122 0 15 431 112 64
Binary 10100100 101001 11011111 11010 1010010 0 1101 100011001 1001010 110100

Color Harmonies of #A429DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429DF

Black with #A429DF

Text Example


Text Example

White with #A429DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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