Html Css Color HEX #A459B0 Violet Blue

📋 copy color: '#A459B0'

red 164 ◦ green 89 ◦ blue 176

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

Shades of Violet Blue #A459B0

Tints of Violet Blue #A459B0

RGB

 RED value IS 164 (64.45% from 255) = 38.23%

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

 BLUE value IS 176 (69.14% from 255) = 41.03%

R = 38.23%
G = 20.75%
B = 41.03%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A459B0 (or 0xA459B0) is known color: Violet Blue. HEX triplet: A4, 59 and B0. RGB value is (164,89,176). Sum of RGB (Red+Green+Blue) = 164+89+176=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 176 (69.14% from 255 or 41.03% from 429); Max value from RGB is 176 - color contains mainly: blue. Hex color #A459B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A459B0 is #5BA64F. Grayscale: #797979. Windows color (decimal): -6006352 or 11557284. OLE color: 11557284.

HSL color Cylindrical-coordinate representation of color #A459B0: hue angle of 291.72º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A459B0 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 89 176 -
CMYK 0.07 0.49 0 0.31
HSL 291.72º 0.36% 0.52% -
HSV(B) 291.72º 0.49% 0.69% -
XYZ 26.72 18.17 43.17 -
YUV 121.34 158.85 158.43 -
System Red Green Blue C M Y K H S L
Decimal 164 89 176 0.07 0.49 0 0.31 291.72 0.36 0.52
Hex A4 59 B0 7 31 0 1F 124 24 34
Octal 244 131 260 7 61 0 37 444 44 64
Binary 10100100 1011001 10110000 111 110001 0 11111 100100100 100100 110100

Color Harmonies of #A459B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A459B0

Black with #A459B0

Text Example


Text Example

White with #A459B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A459B0; }

 p { color: rgb(164,89,176); }

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

background-color css

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

 a { background-color: rgb(164,89,176); }

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

border-color css

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

 span { border-color: rgb(164,89,176); }

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