Html Css Color HEX #A859AE Violet Blue

📋 copy color: '#A859AE'

red 168 ◦ green 89 ◦ blue 174

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

Shades of Violet Blue #A859AE

Tints of Violet Blue #A859AE

RGB

 RED value IS 168 (66.02% from 255) = 38.98%

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

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 38.98%
G = 20.65%
B = 40.37%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A859AE (or 0xA859AE) is known color: Violet Blue. HEX triplet: A8, 59 and AE. RGB value is (168,89,174). Sum of RGB (Red+Green+Blue) = 168+89+174=431 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.98% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #A859AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A859AE is #57A651. Grayscale: #7A7A7A. Windows color (decimal): -5744210 or 11426216. OLE color: 11426216.

HSL color Cylindrical-coordinate representation of color #A859AE: hue angle of 295.76º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A859AE is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 89 174 -
CMYK 0.03 0.49 0 0.32
HSL 295.76º 0.34% 0.52% -
HSV(B) 295.76º 0.49% 0.68% -
XYZ 27.36 18.53 42.18 -
YUV 122.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 168 89 174 0.03 0.49 0 0.32 295.76 0.34 0.52
Hex A8 59 AE 3 31 0 20 128 22 34
Octal 250 131 256 3 61 0 40 450 42 64
Binary 10101000 1011001 10101110 11 110001 0 100000 100101000 100010 110100

Color Harmonies of #A859AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A859AE

Black with #A859AE

Text Example


Text Example

White with #A859AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A859AE; }

 p { color: rgb(168,89,174); }

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

background-color css

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

 a { background-color: rgb(168,89,174); }

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

border-color css

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

 span { border-color: rgb(168,89,174); }

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