Html Css Color HEX #A64FFF Blue Violet

📋 copy color: '#A64FFF'

red 166 ◦ green 79 ◦ blue 255

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

Shades of Blue Violet #A64FFF

Tints of Blue Violet #A64FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 33.2%
G = 15.8%
B = 51%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A64FFF (or 0xA64FFF) is known color: Blue Violet. HEX triplet: A6, 4F and FF. RGB value is (166,79,255). Sum of RGB (Red+Green+Blue) = 166+79+255=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #A64FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FFF is #59B000. Grayscale: #7C7C7C. Windows color (decimal): -5877761 or 16732070. OLE color: 16732070.

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

Color convert

RGB 166 79 255 -
CMYK 0.35 0.69 0 0
HSL 269.66º 1% 0.65% -
HSV(B) 269.66º 0.69% 1% -
XYZ 36.57 20.92 96.72 -
YUV 125.08 201.32 157.19 -
System Red Green Blue C M Y K H S L
Decimal 166 79 255 0.35 0.69 0 0 269.66 1 0.65
Hex A6 4F FF 23 45 0 0 10E 64 41
Octal 246 117 377 43 105 0 0 416 144 101
Binary 10100110 1001111 11111111 100011 1000101 0 0 100001110 1100100 1000001

Color Harmonies of #A64FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FFF

Black with #A64FFF

Text Example


Text Example

White with #A64FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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