Html Css Color HEX #A474AB Violet Blue

📋 copy color: '#A474AB'

red 164 ◦ green 116 ◦ blue 171

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

Shades of Violet Blue #A474AB

Tints of Violet Blue #A474AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.72%

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

R = 36.36%
G = 25.72%
B = 37.92%

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

#A474AB (or 0xA474AB) is known color: Violet Blue. HEX triplet: A4, 74 and AB. RGB value is (164,116,171). Sum of RGB (Red+Green+Blue) = 164+116+171=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 171 - color contains mainly: blue. Hex color #A474AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A474AB is #5B8B54. Grayscale: #888888. Windows color (decimal): -5999445 or 11236516. OLE color: 11236516.

HSL color Cylindrical-coordinate representation of color #A474AB: hue angle of 292.36º degrees, saturation: 0.25, 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 #A474AB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 116 171 -
CMYK 0.04 0.32 0 0.33
HSL 292.36º 0.25% 0.56% -
HSV(B) 292.36º 0.32% 0.67% -
XYZ 28.91 23.32 41.51 -
YUV 136.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 164 116 171 0.04 0.32 0 0.33 292.36 0.25 0.56
Hex A4 74 AB 4 20 0 21 124 19 38
Octal 244 164 253 4 40 0 41 444 31 70
Binary 10100100 1110100 10101011 100 100000 0 100001 100100100 11001 111000

Color Harmonies of #A474AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474AB

Black with #A474AB

Text Example


Text Example

White with #A474AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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