Html Css Color HEX #A129DF Dark Orchid

📋 copy color: '#A129DF'

red 161 ◦ green 41 ◦ blue 223

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

Shades of Dark Orchid #A129DF

Tints of Dark Orchid #A129DF

RGB

 RED value IS 161 (63.28% from 255) = 37.88%

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

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

R = 37.88%
G = 9.65%
B = 52.47%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A129DF (or 0xA129DF) is known color: Dark Orchid. HEX triplet: A1, 29 and DF. RGB value is (161,41,223). Sum of RGB (Red+Green+Blue) = 161+41+223=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #A129DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129DF is #5ED620. Grayscale: #616161. Windows color (decimal): -6215201 or 14625185. OLE color: 14625185.

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

Color convert

RGB 161 41 223 -
CMYK 0.28 0.82 0 0.13
HSL 279.56º 0.74% 0.52% -
HSV(B) 279.56º 0.82% 0.87% -
XYZ 28.81 14.49 71.09 -
YUV 97.63 198.76 173.2 -
System Red Green Blue C M Y K H S L
Decimal 161 41 223 0.28 0.82 0 0.13 279.56 0.74 0.52
Hex A1 29 DF 1C 52 0 D 118 4A 34
Octal 241 51 337 34 122 0 15 430 112 64
Binary 10100001 101001 11011111 11100 1010010 0 1101 100011000 1001010 110100

Color Harmonies of #A129DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129DF

Black with #A129DF

Text Example


Text Example

White with #A129DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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