Html Css Color HEX #A129BE Dark Orchid

📋 copy color: '#A129BE'

red 161 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #A129BE

Tints of Dark Orchid #A129BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 41.07%
G = 10.46%
B = 48.47%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A129BE (or 0xA129BE) is known color: Dark Orchid. HEX triplet: A1, 29 and BE. RGB value is (161,41,190). Sum of RGB (Red+Green+Blue) = 161+41+190=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #A129BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129BE is #5ED641. Grayscale: #5D5D5D. Windows color (decimal): -6215234 or 12462497. OLE color: 12462497.

HSL color Cylindrical-coordinate representation of color #A129BE: hue angle of 288.32º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A129BE is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 41 190 -
CMYK 0.15 0.78 0 0.25
HSL 288.32º 0.65% 0.45% -
HSV(B) 288.32º 0.78% 0.75% -
XYZ 24.79 12.88 49.9 -
YUV 93.87 182.26 175.88 -
System Red Green Blue C M Y K H S L
Decimal 161 41 190 0.15 0.78 0 0.25 288.32 0.65 0.45
Hex A1 29 BE F 4E 0 19 120 41 2D
Octal 241 51 276 17 116 0 31 440 101 55
Binary 10100001 101001 10111110 1111 1001110 0 11001 100100000 1000001 101101

Color Harmonies of #A129BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A129BE

Black with #A129BE

Text Example


Text Example

White with #A129BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A129BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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