Html Css Color HEX #A649FE Blue Violet

📋 copy color: '#A649FE'

red 166 ◦ green 73 ◦ blue 254

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

Shades of Blue Violet #A649FE

Tints of Blue Violet #A649FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.81%

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

R = 33.67%
G = 14.81%
B = 51.52%

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

#A649FE (or 0xA649FE) is known color: Blue Violet. HEX triplet: A6, 49 and FE. RGB value is (166,73,254). Sum of RGB (Red+Green+Blue) = 166+73+254=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 254 (99.61% from 255 or 51.52% from 493); Max value from RGB is 254 - color contains mainly: blue. Hex color #A649FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A649FE is #59B601. Grayscale: #787878. Windows color (decimal): -5879298 or 16664998. OLE color: 16664998.

HSL color Cylindrical-coordinate representation of color #A649FE: hue angle of 270.83º 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 #A649FE is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 73 254 -
CMYK 0.35 0.71 0 0.00
HSL 270.83º 0.99% 0.64% -
HSV(B) 270.83º 0.71% 1% -
XYZ 36 20.03 95.73 -
YUV 121.44 202.81 159.78 -
System Red Green Blue C M Y K H S L
Decimal 166 73 254 0.35 0.71 0 0.00 270.83 0.99 0.64
Hex A6 49 FE 23 47 0 0 10F 63 40
Octal 246 111 376 43 107 0 0 417 143 100
Binary 10100110 1001001 11111110 100011 1000111 0 0 100001111 1100011 1000000

Color Harmonies of #A649FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649FE

Black with #A649FE

Text Example


Text Example

White with #A649FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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