Html Css Color HEX #A464AB Violet Blue

📋 copy color: '#A464AB'

red 164 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #A464AB

Tints of Violet Blue #A464AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.99%

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

R = 37.7%
G = 22.99%
B = 39.31%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A464AB (or 0xA464AB) is known color: Violet Blue. HEX triplet: A4, 64 and AB. RGB value is (164,100,171). Sum of RGB (Red+Green+Blue) = 164+100+171=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 171 - color contains mainly: blue. Hex color #A464AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A464AB is #5B9B54. Grayscale: #7F7F7F. Windows color (decimal): -6003541 or 11232420. OLE color: 11232420.

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

Color convert

RGB 164 100 171 -
CMYK 0.04 0.42 0 0.33
HSL 294.08º 0.3% 0.53% -
HSV(B) 294.08º 0.42% 0.67% -
XYZ 27.22 19.95 40.94 -
YUV 127.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 164 100 171 0.04 0.42 0 0.33 294.08 0.3 0.53
Hex A4 64 AB 4 2A 0 21 126 1E 35
Octal 244 144 253 4 52 0 41 446 36 65
Binary 10100100 1100100 10101011 100 101010 0 100001 100100110 11110 110101

Color Harmonies of #A464AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A464AB

Black with #A464AB

Text Example


Text Example

White with #A464AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A464AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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