#170250

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

Shades of Violent Violet #170250

Tints of Violent Violet #170250

Color information

#170250 (or 0x170250) is unknown color: approx Violent Violet. HEX triplet: 17, 02 and 50. RGB value is (23,2,80). Sum of RGB (Red+Green+Blue) = 23+2+80=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 80 (31.64% from 255 or 76.19% from 105); Max value from RGB is 80 - color contains mainly: blue. Hex color #170250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170250 is #E8FDAF. Grayscale: #101010. Windows color (decimal): -15269296 or 5243415. OLE color: 5243415.

HSL color Cylindrical-coordinate representation of color #170250: hue angle of 256.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #170250 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB23280-
CMYK0.710.9800.69
HSL256.15º95.12%16.08%-
HSV(B)256.15º97.5%31.37%-
XYZ1.820.87.65-
YUV17.17163.46132.16-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 21.90%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 80 (31.64% from 255) = 76.19%
R=21.90%
G=1.90%
B=76.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal232800.710.9800.69256.1595.1216.08
Hex1725047620451005f10
Octal272120107142010540013720
Binary101111010100001000111110001001000101100000000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170250; }

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

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

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

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

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

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

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

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