Html Css Color HEX #A64CFF Blue Violet

📋 copy color: '#A64CFF'

red 166 ◦ green 76 ◦ blue 255

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

Shades of Blue Violet #A64CFF

Tints of Blue Violet #A64CFF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.29%

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

R = 33.4%
G = 15.29%
B = 51.31%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A64CFF (or 0xA64CFF) is known color: Blue Violet. HEX triplet: A6, 4C and FF. RGB value is (166,76,255). Sum of RGB (Red+Green+Blue) = 166+76+255=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #A64CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CFF is #59B300. Grayscale: #7A7A7A. Windows color (decimal): -5878529 or 16731302. OLE color: 16731302.

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

Color convert

RGB 166 76 255 -
CMYK 0.35 0.70 0 0
HSL 270.17º 1% 0.65% -
HSV(B) 270.17º 0.7% 1% -
XYZ 36.36 20.5 96.65 -
YUV 123.32 202.32 158.45 -
System Red Green Blue C M Y K H S L
Decimal 166 76 255 0.35 0.70 0 0 270.17 1 0.65
Hex A6 4C FF 23 46 0 0 10E 64 41
Octal 246 114 377 43 106 0 0 416 144 101
Binary 10100110 1001100 11111111 100011 1000110 0 0 100001110 1100100 1000001

Color Harmonies of #A64CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CFF

Black with #A64CFF

Text Example


Text Example

White with #A64CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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