Html Css Color HEX #A129DE Dark Orchid

📋 copy color: '#A129DE'

red 161 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #A129DE

Tints of Dark Orchid #A129DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 52.36%

R = 37.97%
G = 9.67%
B = 52.36%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A129DE (or 0xA129DE) is known color: Dark Orchid. HEX triplet: A1, 29 and DE. RGB value is (161,41,222). Sum of RGB (Red+Green+Blue) = 161+41+222=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #A129DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129DE is #5ED621. Grayscale: #606060. Windows color (decimal): -6215202 or 14559649. OLE color: 14559649.

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

Color convert

RGB 161 41 222 -
CMYK 0.27 0.82 0 0.13
HSL 279.78º 0.73% 0.52% -
HSV(B) 279.78º 0.82% 0.87% -
XYZ 28.68 14.44 70.38 -
YUV 97.51 198.26 173.28 -
System Red Green Blue C M Y K H S L
Decimal 161 41 222 0.27 0.82 0 0.13 279.78 0.73 0.52
Hex A1 29 DE 1B 52 0 D 118 49 34
Octal 241 51 336 33 122 0 15 430 111 64
Binary 10100001 101001 11011110 11011 1010010 0 1101 100011000 1001001 110100

Color Harmonies of #A129DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129DE

Black with #A129DE

Text Example


Text Example

White with #A129DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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