Html Css Color HEX #A64DFC Blue Violet

📋 copy color: '#A64DFC'

red 166 ◦ green 77 ◦ blue 252

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

Shades of Blue Violet #A64DFC

Tints of Blue Violet #A64DFC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.56%

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

R = 33.54%
G = 15.56%
B = 50.91%

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

#A64DFC (or 0xA64DFC) is known color: Blue Violet. HEX triplet: A6, 4D and FC. RGB value is (166,77,252). Sum of RGB (Red+Green+Blue) = 166+77+252=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #A64DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DFC is #59B203. Grayscale: #7A7A7A. Windows color (decimal): -5878276 or 16534950. OLE color: 16534950.

HSL color Cylindrical-coordinate representation of color #A64DFC: hue angle of 270.51º 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 #A64DFC is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 77 252 -
CMYK 0.34 0.69 0 0.01
HSL 270.51º 0.97% 0.65% -
HSV(B) 270.51º 0.69% 0.99% -
XYZ 35.95 20.44 94.15 -
YUV 123.56 200.49 158.27 -
System Red Green Blue C M Y K H S L
Decimal 166 77 252 0.34 0.69 0 0.01 270.51 0.97 0.65
Hex A6 4D FC 22 45 0 1 10F 61 41
Octal 246 115 374 42 105 0 1 417 141 101
Binary 10100110 1001101 11111100 100010 1000101 0 1 100001111 1100001 1000001

Color Harmonies of #A64DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DFC

Black with #A64DFC

Text Example


Text Example

White with #A64DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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