Html Css Color HEX #A64CFE Blue Violet

📋 copy color: '#A64CFE'

red 166 ◦ green 76 ◦ blue 254

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

Shades of Blue Violet #A64CFE

Tints of Blue Violet #A64CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 33.47%
G = 15.32%
B = 51.21%

CMYK

 C value IS 0.35

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A64CFE (or 0xA64CFE) is known color: Blue Violet. HEX triplet: A6, 4C and FE. RGB value is (166,76,254). Sum of RGB (Red+Green+Blue) = 166+76+254=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #A64CFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CFE is #59B301. Grayscale: #7A7A7A. Windows color (decimal): -5878530 or 16665766. OLE color: 16665766.

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

Color convert

RGB 166 76 254 -
CMYK 0.35 0.70 0 0.00
HSL 270.34º 0.99% 0.65% -
HSV(B) 270.34º 0.7% 1% -
XYZ 36.2 20.43 95.8 -
YUV 123.2 201.82 158.53 -
System Red Green Blue C M Y K H S L
Decimal 166 76 254 0.35 0.70 0 0.00 270.34 0.99 0.65
Hex A6 4C FE 23 46 0 0 10E 63 41
Octal 246 114 376 43 106 0 0 416 143 101
Binary 10100110 1001100 11111110 100011 1000110 0 0 100001110 1100011 1000001

Color Harmonies of #A64CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CFE

Black with #A64CFE

Text Example


Text Example

White with #A64CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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