Html Css Color HEX #A129E0 Dark Orchid

📋 copy color: '#A129E0'

red 161 ◦ green 41 ◦ blue 224

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

Shades of Dark Orchid #A129E0

Tints of Dark Orchid #A129E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 52.58%

R = 37.79%
G = 9.62%
B = 52.58%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A129E0 (or 0xA129E0) is known color: Dark Orchid. HEX triplet: A1, 29 and E0. RGB value is (161,41,224). Sum of RGB (Red+Green+Blue) = 161+41+224=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #A129E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129E0 is #5ED61F. Grayscale: #616161. Windows color (decimal): -6215200 or 14690721. OLE color: 14690721.

HSL color Cylindrical-coordinate representation of color #A129E0: hue angle of 279.34º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A129E0 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 41 224 -
CMYK 0.28 0.82 0 0.12
HSL 279.34º 0.75% 0.52% -
HSV(B) 279.34º 0.82% 0.88% -
XYZ 28.95 14.54 71.8 -
YUV 97.74 199.26 173.12 -
System Red Green Blue C M Y K H S L
Decimal 161 41 224 0.28 0.82 0 0.12 279.34 0.75 0.52
Hex A1 29 E0 1C 52 0 C 117 4B 34
Octal 241 51 340 34 122 0 14 427 113 64
Binary 10100001 101001 11100000 11100 1010010 0 1100 100010111 1001011 110100

Color Harmonies of #A129E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129E0

Black with #A129E0

Text Example


Text Example

White with #A129E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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