#170253

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

Shades of Violent Violet #170253

Tints of Violent Violet #170253

Color information

#170253 (or 0x170253) is unknown color: approx Violent Violet. HEX triplet: 17, 02 and 53. RGB value is (23,2,83). Sum of RGB (Red+Green+Blue) = 23+2+83=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #170253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170253 is #E8FDAC. Grayscale: #111111. Windows color (decimal): -15269293 or 5440023. OLE color: 5440023.

HSL color Cylindrical-coordinate representation of color #170253: hue angle of 255.56º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170253 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB23283-
CMYK0.720.9800.67
HSL255.56º95.29%16.67%-
HSV(B)255.56º97.59%32.55%-
XYZ1.940.858.25-
YUV17.51164.96131.91-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.30%
GREEN value IS 2 (1.17% from 255) = 1.85%
BLUE value IS 83 (32.81% from 255) = 76.85%
R=21.30%
G=1.85%
B=76.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal232830.720.9800.67255.5695.2916.67
Hex1725348620431005f11
Octal272123110142010340013721
Binary101111010100111001000110001001000011100000000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170253; }

 p { color: rgb(23,2,83); }

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

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

 a { background-color: rgb(23,2,83); }

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

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

 span { border-color: rgb(23,2,83); }

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