Html Css Color HEX #A464AC Violet Blue

📋 copy color: '#A464AC'

red 164 ◦ green 100 ◦ blue 172

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

Shades of Violet Blue #A464AC

Tints of Violet Blue #A464AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 37.61%
G = 22.94%
B = 39.45%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A464AC (or 0xA464AC) is known color: Violet Blue. HEX triplet: A4, 64 and AC. RGB value is (164,100,172). Sum of RGB (Red+Green+Blue) = 164+100+172=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #A464AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A464AC is #5B9B53. Grayscale: #7F7F7F. Windows color (decimal): -6003540 or 11297956. OLE color: 11297956.

HSL color Cylindrical-coordinate representation of color #A464AC: hue angle of 293.33º 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 #A464AC is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 100 172 -
CMYK 0.05 0.42 0 0.33
HSL 293.33º 0.3% 0.53% -
HSV(B) 293.33º 0.42% 0.67% -
XYZ 27.31 19.99 41.45 -
YUV 127.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 164 100 172 0.05 0.42 0 0.33 293.33 0.3 0.53
Hex A4 64 AC 5 2A 0 21 125 1E 35
Octal 244 144 254 5 52 0 41 445 36 65
Binary 10100100 1100100 10101100 101 101010 0 100001 100100101 11110 110101

Color Harmonies of #A464AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A464AC

Black with #A464AC

Text Example


Text Example

White with #A464AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A464AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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