Html Css Color HEX #A04CAB Violet Blue

📋 copy color: '#A04CAB'

red 160 ◦ green 76 ◦ blue 171

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

Shades of Violet Blue #A04CAB

Tints of Violet Blue #A04CAB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.67%

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

R = 39.31%
G = 18.67%
B = 42.01%

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

#A04CAB (or 0xA04CAB) is known color: Violet Blue. HEX triplet: A0, 4C and AB. RGB value is (160,76,171). Sum of RGB (Red+Green+Blue) = 160+76+171=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #A04CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04CAB is #5FB354. Grayscale: #6F6F6F. Windows color (decimal): -6271829 or 11226272. OLE color: 11226272.

HSL color Cylindrical-coordinate representation of color #A04CAB: hue angle of 293.05º degrees, saturation: 0.38, 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 #A04CAB is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 76 171 -
CMYK 0.06 0.56 0 0.33
HSL 293.05º 0.38% 0.48% -
HSV(B) 293.05º 0.56% 0.67% -
XYZ 24.43 15.58 40.25 -
YUV 111.95 161.33 162.28 -
System Red Green Blue C M Y K H S L
Decimal 160 76 171 0.06 0.56 0 0.33 293.05 0.38 0.48
Hex A0 4C AB 6 38 0 21 125 26 30
Octal 240 114 253 6 70 0 41 445 46 60
Binary 10100000 1001100 10101011 110 111000 0 100001 100100101 100110 110000

Color Harmonies of #A04CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04CAB

Black with #A04CAB

Text Example


Text Example

White with #A04CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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