Html Css Color HEX #A475AB Violet Blue

📋 copy color: '#A475AB'

red 164 ◦ green 117 ◦ blue 171

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

Shades of Violet Blue #A475AB

Tints of Violet Blue #A475AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.88%

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

R = 36.28%
G = 25.88%
B = 37.83%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A475AB (or 0xA475AB) is known color: Violet Blue. HEX triplet: A4, 75 and AB. RGB value is (164,117,171). Sum of RGB (Red+Green+Blue) = 164+117+171=452 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.28% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #A475AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A475AB is #5B8A54. Grayscale: #898989. Windows color (decimal): -5999189 or 11236772. OLE color: 11236772.

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

Color convert

RGB 164 117 171 -
CMYK 0.04 0.32 0 0.33
HSL 292.22º 0.24% 0.56% -
HSV(B) 292.22º 0.32% 0.67% -
XYZ 29.02 23.56 41.55 -
YUV 137.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 164 117 171 0.04 0.32 0 0.33 292.22 0.24 0.56
Hex A4 75 AB 4 20 0 21 124 18 38
Octal 244 165 253 4 40 0 41 444 30 70
Binary 10100100 1110101 10101011 100 100000 0 100001 100100100 11000 111000

Color Harmonies of #A475AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A475AB

Black with #A475AB

Text Example


Text Example

White with #A475AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A475AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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