Html Css Color HEX #A64EFB Blue Violet

📋 copy color: '#A64EFB'

red 166 ◦ green 78 ◦ blue 251

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

Shades of Blue Violet #A64EFB

Tints of Blue Violet #A64EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.76%

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

R = 33.54%
G = 15.76%
B = 50.71%

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

#A64EFB (or 0xA64EFB) is known color: Blue Violet. HEX triplet: A6, 4E and FB. RGB value is (166,78,251). Sum of RGB (Red+Green+Blue) = 166+78+251=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #A64EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64EFB is #59B104. Grayscale: #7B7B7B. Windows color (decimal): -5878021 or 16469670. OLE color: 16469670.

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

Color convert

RGB 166 78 251 -
CMYK 0.34 0.69 0 0.02
HSL 270.52º 0.96% 0.65% -
HSV(B) 270.52º 0.69% 0.98% -
XYZ 35.86 20.52 93.34 -
YUV 124.03 199.65 157.93 -
System Red Green Blue C M Y K H S L
Decimal 166 78 251 0.34 0.69 0 0.02 270.52 0.96 0.65
Hex A6 4E FB 22 45 0 2 10F 60 41
Octal 246 116 373 42 105 0 2 417 140 101
Binary 10100110 1001110 11111011 100010 1000101 0 10 100001111 1100000 1000001

Color Harmonies of #A64EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64EFB

Black with #A64EFB

Text Example


Text Example

White with #A64EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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