Html Css Color HEX #A64FA6 Violet Blue

📋 copy color: '#A64FA6'

red 166 ◦ green 79 ◦ blue 166

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

Shades of Violet Blue #A64FA6

Tints of Violet Blue #A64FA6

RGB

 RED value IS 166 (65.23% from 255) = 40.39%

 GREEN value IS 79 (31.25% from 255) = 19.22%

 BLUE value IS 166 (65.23% from 255) = 40.39%

R = 40.39%
G = 19.22%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A64FA6 (or 0xA64FA6) is known color: Violet Blue. HEX triplet: A6, 4F and A6. RGB value is (166,79,166). Sum of RGB (Red+Green+Blue) = 166+79+166=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 166 - color contains mainly: red, blue. Hex color #A64FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A64FA6 is #59B059. Grayscale: #727272. Windows color (decimal): -5877850 or 10899366. OLE color: 10899366.

HSL color Cylindrical-coordinate representation of color #A64FA6: hue angle of 300º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A64FA6 is Cyan = 0, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 79 166 -
CMYK 0 0.52 0 0.35
HSL 300º 0.36% 0.48% -
HSV(B) 300º 0.52% 0.65% -
XYZ 25.4 16.45 37.91 -
YUV 114.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 166 79 166 0 0.52 0 0.35 300 0.36 0.48
Hex A6 4F A6 0 34 0 23 12C 24 30
Octal 246 117 246 0 64 0 43 454 44 60
Binary 10100110 1001111 10100110 0 110100 0 100011 100101100 100100 110000

Color Harmonies of #A64FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FA6

Black with #A64FA6

Text Example


Text Example

White with #A64FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FA6; }

 p { color: rgb(166,79,166); }

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

background-color css

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

 a { background-color: rgb(166,79,166); }

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

border-color css

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

 span { border-color: rgb(166,79,166); }

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