Html Css Color HEX #A129AF Dark Orchid

📋 copy color: '#A129AF'

red 161 ◦ green 41 ◦ blue 175

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

Shades of Dark Orchid #A129AF

Tints of Dark Orchid #A129AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 42.71%
G = 10.88%
B = 46.42%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A129AF (or 0xA129AF) is known color: Dark Orchid. HEX triplet: A1, 29 and AF. RGB value is (161,41,175). Sum of RGB (Red+Green+Blue) = 161+41+175=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #A129AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A129AF is #5ED650. Grayscale: #5B5B5B. Windows color (decimal): -6215249 or 11479457. OLE color: 11479457.

HSL color Cylindrical-coordinate representation of color #A129AF: hue angle of 293.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A129AF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 41 175 -
CMYK 0.08 0.77 0 0.31
HSL 293.73º 0.62% 0.42% -
HSV(B) 293.73º 0.77% 0.69% -
XYZ 23.23 12.26 41.7 -
YUV 92.16 174.76 177.1 -
System Red Green Blue C M Y K H S L
Decimal 161 41 175 0.08 0.77 0 0.31 293.73 0.62 0.42
Hex A1 29 AF 8 4D 0 1F 126 3E 2A
Octal 241 51 257 10 115 0 37 446 76 52
Binary 10100001 101001 10101111 1000 1001101 0 11111 100100110 111110 101010

Color Harmonies of #A129AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129AF

Black with #A129AF

Text Example


Text Example

White with #A129AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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