Html Css Color HEX #A04BAB Violet Blue

📋 copy color: '#A04BAB'

red 160 ◦ green 75 ◦ blue 171

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

Shades of Violet Blue #A04BAB

Tints of Violet Blue #A04BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.47%

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 39.41%
G = 18.47%
B = 42.12%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A04BAB (or 0xA04BAB) is known color: Violet Blue. HEX triplet: A0, 4B and AB. RGB value is (160,75,171). Sum of RGB (Red+Green+Blue) = 160+75+171=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #A04BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04BAB is #5FB454. Grayscale: #6F6F6F. Windows color (decimal): -6272085 or 11226016. OLE color: 11226016.

HSL color Cylindrical-coordinate representation of color #A04BAB: hue angle of 293.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04BAB is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 75 171 -
CMYK 0.06 0.56 0 0.33
HSL 293.13º 0.39% 0.48% -
HSV(B) 293.13º 0.56% 0.67% -
XYZ 24.36 15.45 40.23 -
YUV 111.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 160 75 171 0.06 0.56 0 0.33 293.13 0.39 0.48
Hex A0 4B AB 6 38 0 21 125 27 30
Octal 240 113 253 6 70 0 41 445 47 60
Binary 10100000 1001011 10101011 110 111000 0 100001 100100101 100111 110000

Color Harmonies of #A04BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04BAB

Black with #A04BAB

Text Example


Text Example

White with #A04BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04BAB; }

 p { color: rgb(160,75,171); }

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

background-color css

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

 a { background-color: rgb(160,75,171); }

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

border-color css

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

 span { border-color: rgb(160,75,171); }

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