Html Css Color HEX #A128A9 Dark Orchid

📋 copy color: '#A128A9'

red 161 ◦ green 40 ◦ blue 169

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

Shades of Dark Orchid #A128A9

Tints of Dark Orchid #A128A9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.81%

 BLUE value IS 169 (66.41% from 255) = 45.68%

R = 43.51%
G = 10.81%
B = 45.68%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A128A9 (or 0xA128A9) is known color: Dark Orchid. HEX triplet: A1, 28 and A9. RGB value is (161,40,169). Sum of RGB (Red+Green+Blue) = 161+40+169=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 169 - color contains mainly: blue. Hex color #A128A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A128A9 is #5ED756. Grayscale: #5A5A5A. Windows color (decimal): -6215511 or 11085985. OLE color: 11085985.

HSL color Cylindrical-coordinate representation of color #A128A9: hue angle of 296.28º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A128A9 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 161 40 169 -
CMYK 0.05 0.76 0 0.34
HSL 296.28º 0.62% 0.41% -
HSV(B) 296.28º 0.76% 0.66% -
XYZ 22.62 11.96 38.65 -
YUV 90.89 172.09 178.01 -
System Red Green Blue C M Y K H S L
Decimal 161 40 169 0.05 0.76 0 0.34 296.28 0.62 0.41
Hex A1 28 A9 5 4C 0 22 128 3E 29
Octal 241 50 251 5 114 0 42 450 76 51
Binary 10100001 101000 10101001 101 1001100 0 100010 100101000 111110 101001

Color Harmonies of #A128A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A128A9

Black with #A128A9

Text Example


Text Example

White with #A128A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A128A9; }

 p { color: rgb(161,40,169); }

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

background-color css

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

 a { background-color: rgb(161,40,169); }

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

border-color css

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

 span { border-color: rgb(161,40,169); }

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