Html Css Color HEX #A464AA Violet Blue

📋 copy color: '#A464AA'

red 164 ◦ green 100 ◦ blue 170

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

Shades of Violet Blue #A464AA

Tints of Violet Blue #A464AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.17%

R = 37.79%
G = 23.04%
B = 39.17%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A464AA (or 0xA464AA) is known color: Violet Blue. HEX triplet: A4, 64 and AA. RGB value is (164,100,170). Sum of RGB (Red+Green+Blue) = 164+100+170=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #A464AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A464AA is #5B9B55. Grayscale: #7E7E7E. Windows color (decimal): -6003542 or 11166884. OLE color: 11166884.

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

Color convert

RGB 164 100 170 -
CMYK 0.04 0.41 0 0.33
HSL 294.86º 0.29% 0.53% -
HSV(B) 294.86º 0.41% 0.67% -
XYZ 27.12 19.91 40.44 -
YUV 127.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 164 100 170 0.04 0.41 0 0.33 294.86 0.29 0.53
Hex A4 64 AA 4 29 0 21 127 1D 35
Octal 244 144 252 4 51 0 41 447 35 65
Binary 10100100 1100100 10101010 100 101001 0 100001 100100111 11101 110101

Color Harmonies of #A464AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A464AA

Black with #A464AA

Text Example


Text Example

White with #A464AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A464AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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