Html Css Color HEX #A64CFC Blue Violet

📋 copy color: '#A64CFC'

red 166 ◦ green 76 ◦ blue 252

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

Shades of Blue Violet #A64CFC

Tints of Blue Violet #A64CFC

RGB

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

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

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

R = 33.6%
G = 15.38%
B = 51.01%

CMYK

 C value IS 0.34

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A64CFC (or 0xA64CFC) is known color: Blue Violet. HEX triplet: A6, 4C and FC. RGB value is (166,76,252). Sum of RGB (Red+Green+Blue) = 166+76+252=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #A64CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CFC is #59B303. Grayscale: #7A7A7A. Windows color (decimal): -5878532 or 16534694. OLE color: 16534694.

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

Color convert

RGB 166 76 252 -
CMYK 0.34 0.70 0 0.01
HSL 270.68º 0.97% 0.64% -
HSV(B) 270.68º 0.7% 0.99% -
XYZ 35.88 20.3 94.12 -
YUV 122.97 200.82 158.69 -
System Red Green Blue C M Y K H S L
Decimal 166 76 252 0.34 0.70 0 0.01 270.68 0.97 0.64
Hex A6 4C FC 22 46 0 1 10F 61 40
Octal 246 114 374 42 106 0 1 417 141 100
Binary 10100110 1001100 11111100 100010 1000110 0 1 100001111 1100001 1000000

Color Harmonies of #A64CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CFC

Black with #A64CFC

Text Example


Text Example

White with #A64CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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