Html Css Color HEX #A05BAE Violet Blue

📋 copy color: '#A05BAE'

red 160 ◦ green 91 ◦ blue 174

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

Shades of Violet Blue #A05BAE

Tints of Violet Blue #A05BAE

RGB

 RED value IS 160 (62.89% from 255) = 37.65%

 GREEN value IS 91 (35.94% from 255) = 21.41%

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

R = 37.65%
G = 21.41%
B = 40.94%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A05BAE (or 0xA05BAE) is known color: Violet Blue. HEX triplet: A0, 5B and AE. RGB value is (160,91,174). Sum of RGB (Red+Green+Blue) = 160+91+174=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #A05BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05BAE is #5FA451. Grayscale: #787878. Windows color (decimal): -6267986 or 11426720. OLE color: 11426720.

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

Color convert

RGB 160 91 174 -
CMYK 0.08 0.48 0 0.32
HSL 289.88º 0.34% 0.52% -
HSV(B) 289.88º 0.48% 0.68% -
XYZ 25.88 18.01 42.16 -
YUV 121.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 160 91 174 0.08 0.48 0 0.32 289.88 0.34 0.52
Hex A0 5B AE 8 30 0 20 122 22 34
Octal 240 133 256 10 60 0 40 442 42 64
Binary 10100000 1011011 10101110 1000 110000 0 100000 100100010 100010 110100

Color Harmonies of #A05BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05BAE

Black with #A05BAE

Text Example


Text Example

White with #A05BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05BAE; }

 p { color: rgb(160,91,174); }

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

background-color css

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

 a { background-color: rgb(160,91,174); }

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

border-color css

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

 span { border-color: rgb(160,91,174); }

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