Html Css Color HEX #A129E2 Dark Orchid

📋 copy color: '#A129E2'

red 161 ◦ green 41 ◦ blue 226

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

Shades of Dark Orchid #A129E2

Tints of Dark Orchid #A129E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 52.8%

R = 37.62%
G = 9.58%
B = 52.8%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A129E2 (or 0xA129E2) is known color: Dark Orchid. HEX triplet: A1, 29 and E2. RGB value is (161,41,226). Sum of RGB (Red+Green+Blue) = 161+41+226=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 41 (16.41% from 255 or 9.58% from 428); Blue value is 226 (88.67% from 255 or 52.80% from 428); Max value from RGB is 226 - color contains mainly: blue. Hex color #A129E2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129E2 is #5ED61D. Grayscale: #616161. Windows color (decimal): -6215198 or 14821793. OLE color: 14821793.

HSL color Cylindrical-coordinate representation of color #A129E2: hue angle of 278.92º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A129E2 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 41 226 -
CMYK 0.29 0.82 0 0.11
HSL 278.92º 0.76% 0.52% -
HSV(B) 278.92º 0.82% 0.89% -
XYZ 29.22 14.65 73.24 -
YUV 97.97 200.26 172.96 -
System Red Green Blue C M Y K H S L
Decimal 161 41 226 0.29 0.82 0 0.11 278.92 0.76 0.52
Hex A1 29 E2 1D 52 0 B 117 4C 34
Octal 241 51 342 35 122 0 13 427 114 64
Binary 10100001 101001 11100010 11101 1010010 0 1011 100010111 1001100 110100

Color Harmonies of #A129E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129E2

Black with #A129E2

Text Example


Text Example

White with #A129E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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