#A13CF7

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

Shades of Blue Violet #A13CF7

Tints of Blue Violet #A13CF7

Color information

#A13CF7 (or 0xA13CF7) is unknown color: approx Blue Violet. HEX triplet: A1, 3C and F7. RGB value is (161,60,247). Sum of RGB (Red+Green+Blue) = 161+60+247=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 247 (96.88% from 255 or 52.78% from 468); Max value from RGB is 247 - color contains mainly: blue. Hex color #A13CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A13CF7 is #5EC308. Grayscale: #6E6E6E. Windows color (decimal): -6210313 or 16202913. OLE color: 16202913.

HSL color Cylindrical-coordinate representation of color #A13CF7: hue angle of 272.41º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A13CF7 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16160247-
CMYK0.350.7600.03
HSL272.41º92.12%60.2%-
HSV(B)272.41º75.71%96.86%-
XYZ33.117.5289.63-
YUV111.52204.46163.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.40%
GREEN value IS 60 (23.83% from 255) = 12.82%
BLUE value IS 247 (96.88% from 255) = 52.78%
R=34.40%
G=12.82%
B=52.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal161602470.350.7600.03272.4192.1260.2
HexA13CF7234C031105c3c
Octal24174367431140342013474
Binary101000011111001111011110001110011000111000100001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13CF7; }

 p { color: rgb(161,60,247); }

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

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

 a { background-color: rgb(161,60,247); }

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

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

 span { border-color: rgb(161,60,247); }

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