Html Css Color HEX #A259A1 Violet Blue

📋 copy color: '#A259A1'

red 162 ◦ green 89 ◦ blue 161

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

Shades of Violet Blue #A259A1

Tints of Violet Blue #A259A1

RGB

 RED value IS 162 (63.67% from 255) = 39.32%

 GREEN value IS 89 (35.16% from 255) = 21.6%

 BLUE value IS 161 (63.28% from 255) = 39.08%

R = 39.32%
G = 21.6%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.36

RGB Variations

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

Color information

#A259A1 (or 0xA259A1) is known color: Violet Blue. HEX triplet: A2, 59 and A1. RGB value is (162,89,161). Sum of RGB (Red+Green+Blue) = 162+89+161=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 162 - color contains mainly: red. Hex color #A259A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A259A1 is #5DA65E. Grayscale: #767676. Windows color (decimal): -6137439 or 10574242. OLE color: 10574242.

HSL color Cylindrical-coordinate representation of color #A259A1: hue angle of 300.82º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A259A1 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 161 -
CMYK 0 0.45 0.01 0.36
HSL 300.82º 0.29% 0.49% -
HSV(B) 300.82º 0.45% 0.64% -
XYZ 24.91 17.4 35.76 -
YUV 119.04 151.68 158.65 -
System Red Green Blue C M Y K H S L
Decimal 162 89 161 0 0.45 0.01 0.36 300.82 0.29 0.49
Hex A2 59 A1 0 2D 1 24 12D 1D 31
Octal 242 131 241 0 55 1 44 455 35 61
Binary 10100010 1011001 10100001 0 101101 1 100100 100101101 11101 110001

Color Harmonies of #A259A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A259A1

Black with #A259A1

Text Example


Text Example

White with #A259A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A259A1; }

 p { color: rgb(162,89,161); }

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

background-color css

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

 a { background-color: rgb(162,89,161); }

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

border-color css

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

 span { border-color: rgb(162,89,161); }

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