Html Css Color HEX #A64DFB Blue Violet

📋 copy color: '#A64DFB'

red 166 ◦ green 77 ◦ blue 251

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

Shades of Blue Violet #A64DFB

Tints of Blue Violet #A64DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.81%

R = 33.6%
G = 15.59%
B = 50.81%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A64DFB (or 0xA64DFB) is known color: Blue Violet. HEX triplet: A6, 4D and FB. RGB value is (166,77,251). Sum of RGB (Red+Green+Blue) = 166+77+251=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #A64DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64DFB is #59B204. Grayscale: #7A7A7A. Windows color (decimal): -5878277 or 16469414. OLE color: 16469414.

HSL color Cylindrical-coordinate representation of color #A64DFB: hue angle of 270.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64DFB is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 77 251 -
CMYK 0.34 0.69 0 0.02
HSL 270.69º 0.96% 0.64% -
HSV(B) 270.69º 0.69% 0.98% -
XYZ 35.79 20.38 93.31 -
YUV 123.45 199.99 158.35 -
System Red Green Blue C M Y K H S L
Decimal 166 77 251 0.34 0.69 0 0.02 270.69 0.96 0.64
Hex A6 4D FB 22 45 0 2 10F 60 40
Octal 246 115 373 42 105 0 2 417 140 100
Binary 10100110 1001101 11111011 100010 1000101 0 10 100001111 1100000 1000000

Color Harmonies of #A64DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64DFB

Black with #A64DFB

Text Example


Text Example

White with #A64DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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