Html Css Color HEX #A04DAB Violet Blue

📋 copy color: '#A04DAB'

red 160 ◦ green 77 ◦ blue 171

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

Shades of Violet Blue #A04DAB

Tints of Violet Blue #A04DAB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

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

R = 39.22%
G = 18.87%
B = 41.91%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A04DAB (or 0xA04DAB) is known color: Violet Blue. HEX triplet: A0, 4D and AB. RGB value is (160,77,171). Sum of RGB (Red+Green+Blue) = 160+77+171=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #A04DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A04DAB is #5FB254. Grayscale: #707070. Windows color (decimal): -6271573 or 11226528. OLE color: 11226528.

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

Color convert

RGB 160 77 171 -
CMYK 0.06 0.55 0 0.33
HSL 292.98º 0.38% 0.49% -
HSV(B) 292.98º 0.55% 0.67% -
XYZ 24.5 15.72 40.27 -
YUV 112.53 161 161.86 -
System Red Green Blue C M Y K H S L
Decimal 160 77 171 0.06 0.55 0 0.33 292.98 0.38 0.49
Hex A0 4D AB 6 37 0 21 125 26 31
Octal 240 115 253 6 67 0 41 445 46 61
Binary 10100000 1001101 10101011 110 110111 0 100001 100100101 100110 110001

Color Harmonies of #A04DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04DAB

Black with #A04DAB

Text Example


Text Example

White with #A04DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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