Html Css Color HEX #A649FD Blue Violet

📋 copy color: '#A649FD'

red 166 ◦ green 73 ◦ blue 253

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

Shades of Blue Violet #A649FD

Tints of Blue Violet #A649FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.42%

R = 33.74%
G = 14.84%
B = 51.42%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A649FD (or 0xA649FD) is known color: Blue Violet. HEX triplet: A6, 49 and FD. RGB value is (166,73,253). Sum of RGB (Red+Green+Blue) = 166+73+253=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 253 (99.22% from 255 or 51.42% from 492); Max value from RGB is 253 - color contains mainly: blue. Hex color #A649FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A649FD is #59B602. Grayscale: #787878. Windows color (decimal): -5879299 or 16599462. OLE color: 16599462.

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

Color convert

RGB 166 73 253 -
CMYK 0.34 0.71 0 0.01
HSL 271º 0.98% 0.64% -
HSV(B) 271º 0.71% 0.99% -
XYZ 35.84 19.96 94.89 -
YUV 121.33 202.31 159.86 -
System Red Green Blue C M Y K H S L
Decimal 166 73 253 0.34 0.71 0 0.01 271 0.98 0.64
Hex A6 49 FD 22 47 0 1 10F 62 40
Octal 246 111 375 42 107 0 1 417 142 100
Binary 10100110 1001001 11111101 100010 1000111 0 1 100001111 1100010 1000000

Color Harmonies of #A649FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A649FD

Black with #A649FD

Text Example


Text Example

White with #A649FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A649FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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