Html Css Color HEX #A476AB Violet Blue

📋 copy color: '#A476AB'

red 164 ◦ green 118 ◦ blue 171

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

Shades of Violet Blue #A476AB

Tints of Violet Blue #A476AB

RGB

 RED value IS 164 (64.45% from 255) = 36.2%

 GREEN value IS 118 (46.48% from 255) = 26.05%

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

R = 36.2%
G = 26.05%
B = 37.75%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A476AB (or 0xA476AB) is known color: Violet Blue. HEX triplet: A4, 76 and AB. RGB value is (164,118,171). Sum of RGB (Red+Green+Blue) = 164+118+171=453 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.20% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #A476AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A476AB is #5B8954. Grayscale: #898989. Windows color (decimal): -5998933 or 11237028. OLE color: 11237028.

HSL color Cylindrical-coordinate representation of color #A476AB: hue angle of 292.08º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A476AB is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 118 171 -
CMYK 0.04 0.31 0 0.33
HSL 292.08º 0.24% 0.57% -
HSV(B) 292.08º 0.31% 0.67% -
XYZ 29.14 23.79 41.58 -
YUV 137.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 164 118 171 0.04 0.31 0 0.33 292.08 0.24 0.57
Hex A4 76 AB 4 1F 0 21 124 18 39
Octal 244 166 253 4 37 0 41 444 30 71
Binary 10100100 1110110 10101011 100 11111 0 100001 100100100 11000 111001

Color Harmonies of #A476AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A476AB

Black with #A476AB

Text Example


Text Example

White with #A476AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A476AB; }

 p { color: rgb(164,118,171); }

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

background-color css

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

 a { background-color: rgb(164,118,171); }

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

border-color css

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

 span { border-color: rgb(164,118,171); }

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