#A648FD

Color #A648FD Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #A648FD

Tints of Blue Violet #A648FD

Color information

#A648FD (or 0xA648FD) is unknown color: approx Blue Violet. HEX triplet: A6, 48 and FD. RGB value is (166,72,253). Sum of RGB (Red+Green+Blue) = 166+72+253=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #A648FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A648FD is #59B702. Grayscale: #787878. Windows color (decimal): -5879555 or 16599206. OLE color: 16599206.

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

Color convert

RGB16672253-
CMYK0.340.7200.01
HSL271.16º97.84%63.73%-
HSV(B)271.16º71.54%99.22%-
XYZ35.7719.8394.87-
YUV120.74202.64160.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 72 (28.52% from 255) = 14.66%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=33.81%
G=14.66%
B=51.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal166722530.340.7200.01271.1697.8463.73
HexA648FD22480110f6240
Octal2461103754211001417142100
Binary1010011010010001111110110001010010000110000111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A648FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A648FD; }

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

 H1.HeaderClassName
 {
   color: #A648FD;
 }
 .AnyTagClassName
 {
   color: #A648FD;
 }
</style>
background-color css

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

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

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

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

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

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