Html Css Color HEX #A64AFE Blue Violet

📋 copy color: '#A64AFE'

red 166 ◦ green 74 ◦ blue 254

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

Shades of Blue Violet #A64AFE

Tints of Blue Violet #A64AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.98%

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

R = 33.6%
G = 14.98%
B = 51.42%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A64AFE (or 0xA64AFE) is known color: Blue Violet. HEX triplet: A6, 4A and FE. RGB value is (166,74,254). Sum of RGB (Red+Green+Blue) = 166+74+254=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 74 (29.30% from 255 or 14.98% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #A64AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64AFE is #59B501. Grayscale: #797979. Windows color (decimal): -5879042 or 16665254. OLE color: 16665254.

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

Color convert

RGB 166 74 254 -
CMYK 0.35 0.71 0 0.00
HSL 270.67º 0.99% 0.64% -
HSV(B) 270.67º 0.71% 1% -
XYZ 36.06 20.16 95.76 -
YUV 122.03 202.48 159.36 -
System Red Green Blue C M Y K H S L
Decimal 166 74 254 0.35 0.71 0 0.00 270.67 0.99 0.64
Hex A6 4A FE 23 47 0 0 10F 63 40
Octal 246 112 376 43 107 0 0 417 143 100
Binary 10100110 1001010 11111110 100011 1000111 0 0 100001111 1100011 1000000

Color Harmonies of #A64AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64AFE

Black with #A64AFE

Text Example


Text Example

White with #A64AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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