#160652

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

Shades of Paua #160652

Tints of Paua #160652

Color information

#160652 (or 0x160652) is unknown color: approx Paua. HEX triplet: 16, 06 and 52. RGB value is (22,6,82). Sum of RGB (Red+Green+Blue) = 22+6+82=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #160652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160652 is #E9F9AD. Grayscale: #131313. Windows color (decimal): -15333806 or 5375510. OLE color: 5375510.

HSL color Cylindrical-coordinate representation of color #160652: hue angle of 252.63º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160652 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB22682-
CMYK0.730.9300.68
HSL252.63º86.36%17.25%-
HSV(B)252.63º92.68%32.16%-
XYZ1.920.918.06-
YUV19.45163.3129.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20%
GREEN value IS 6 (2.73% from 255) = 5.45%
BLUE value IS 82 (32.42% from 255) = 74.55%
R=20%
G=5.45%
B=74.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal226820.730.9300.68252.6386.3617.25
Hex16652495D044fd5611
Octal266122111135010437512621
Binary101101101010010100100110111010100010011111101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160652; }

 p { color: rgb(22,6,82); }

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

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

 a { background-color: rgb(22,6,82); }

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

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

 span { border-color: rgb(22,6,82); }

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