Html Css Color HEX #A129CA Dark Orchid

📋 copy color: '#A129CA'

red 161 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #A129CA

Tints of Dark Orchid #A129CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50%

R = 39.85%
G = 10.15%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A129CA (or 0xA129CA) is known color: Dark Orchid. HEX triplet: A1, 29 and CA. RGB value is (161,41,202). Sum of RGB (Red+Green+Blue) = 161+41+202=404 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.85% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 202 (79.30% from 255 or 50% from 404); Max value from RGB is 202 - color contains mainly: blue. Hex color #A129CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129CA is #5ED635. Grayscale: #5E5E5E. Windows color (decimal): -6215222 or 13248929. OLE color: 13248929.

HSL color Cylindrical-coordinate representation of color #A129CA: hue angle of 284.72º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A129CA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 41 202 -
CMYK 0.20 0.80 0 0.21
HSL 284.72º 0.66% 0.48% -
HSV(B) 284.72º 0.8% 0.79% -
XYZ 26.15 13.43 57.09 -
YUV 95.23 188.26 174.91 -
System Red Green Blue C M Y K H S L
Decimal 161 41 202 0.20 0.80 0 0.21 284.72 0.66 0.48
Hex A1 29 CA 14 50 0 15 11D 42 30
Octal 241 51 312 24 120 0 25 435 102 60
Binary 10100001 101001 11001010 10100 1010000 0 10101 100011101 1000010 110000

Color Harmonies of #A129CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129CA

Black with #A129CA

Text Example


Text Example

White with #A129CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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