Html Css Color HEX #A64EFC Blue Violet

📋 copy color: '#A64EFC'

red 166 ◦ green 78 ◦ blue 252

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

Shades of Blue Violet #A64EFC

Tints of Blue Violet #A64EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.73%

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 33.47%
G = 15.73%
B = 50.81%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A64EFC (or 0xA64EFC) is known color: Blue Violet. HEX triplet: A6, 4E and FC. RGB value is (166,78,252). Sum of RGB (Red+Green+Blue) = 166+78+252=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #A64EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64EFC is #59B103. Grayscale: #7B7B7B. Windows color (decimal): -5878020 or 16535206. OLE color: 16535206.

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

Color convert

RGB 166 78 252 -
CMYK 0.34 0.69 0 0.01
HSL 270.34º 0.97% 0.65% -
HSV(B) 270.34º 0.69% 0.99% -
XYZ 36.02 20.58 94.17 -
YUV 124.15 200.15 157.85 -
System Red Green Blue C M Y K H S L
Decimal 166 78 252 0.34 0.69 0 0.01 270.34 0.97 0.65
Hex A6 4E FC 22 45 0 1 10E 61 41
Octal 246 116 374 42 105 0 1 416 141 101
Binary 10100110 1001110 11111100 100010 1000101 0 1 100001110 1100001 1000001

Color Harmonies of #A64EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64EFC

Black with #A64EFC

Text Example


Text Example

White with #A64EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64EFC; }

 p { color: rgb(166,78,252); }

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

background-color css

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

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

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

border-color css

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

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

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