Html Css Color HEX #A129CE Dark Orchid

📋 copy color: '#A129CE'

red 161 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #A129CE

Tints of Dark Orchid #A129CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 39.46%
G = 10.05%
B = 50.49%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A129CE (or 0xA129CE) is known color: Dark Orchid. HEX triplet: A1, 29 and CE. RGB value is (161,41,206). Sum of RGB (Red+Green+Blue) = 161+41+206=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #A129CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129CE is #5ED631. Grayscale: #5F5F5F. Windows color (decimal): -6215218 or 13511073. OLE color: 13511073.

HSL color Cylindrical-coordinate representation of color #A129CE: hue angle of 283.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A129CE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 41 206 -
CMYK 0.22 0.80 0 0.19
HSL 283.64º 0.67% 0.48% -
HSV(B) 283.64º 0.8% 0.81% -
XYZ 26.63 13.62 59.62 -
YUV 95.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 161 41 206 0.22 0.80 0 0.19 283.64 0.67 0.48
Hex A1 29 CE 16 50 0 13 11C 43 30
Octal 241 51 316 26 120 0 23 434 103 60
Binary 10100001 101001 11001110 10110 1010000 0 10011 100011100 1000011 110000

Color Harmonies of #A129CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129CE

Black with #A129CE

Text Example


Text Example

White with #A129CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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