#A748F6

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

Shades of Blue Violet #A748F6

Tints of Blue Violet #A748F6

Color information

#A748F6 (or 0xA748F6) is unknown color: approx Blue Violet. HEX triplet: A7, 48 and F6. RGB value is (167,72,246). Sum of RGB (Red+Green+Blue) = 167+72+246=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #A748F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A748F6 is #58B709. Grayscale: #777777. Windows color (decimal): -5814026 or 16140455. OLE color: 16140455.

HSL color Cylindrical-coordinate representation of color #A748F6: hue angle of 272.76º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A748F6 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16772246-
CMYK0.320.7100.04
HSL272.76º90.62%62.35%-
HSV(B)272.76º70.73%96.47%-
XYZ34.8919.589.11-
YUV120.24198.97161.35-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 72 (28.52% from 255) = 14.85%
BLUE value IS 246 (96.48% from 255) = 50.72%
R=34.43%
G=14.85%
B=50.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal167722460.320.7100.04272.7690.6262.35
HexA748F62047041115b3e
Octal247110366401070442113376
Binary10100111100100011110110100000100011101001000100011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A748F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A748F6; }

 p { color: rgb(167,72,246); }

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

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

 a { background-color: rgb(167,72,246); }

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

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

 span { border-color: rgb(167,72,246); }

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