#AF1862

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

Shades of Jazzberry Jam #AF1862

Tints of Jazzberry Jam #AF1862

Color information

#AF1862 (or 0xAF1862) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 18 and 62. RGB value is (175,24,98). Sum of RGB (Red+Green+Blue) = 175+24+98=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1862 is #50E79D. Grayscale: #4D4D4D. Windows color (decimal): -5302174 or 6428847. OLE color: 6428847.

HSL color Cylindrical-coordinate representation of color #AF1862: hue angle of 330.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1862 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB1752498-
CMYK00.860.440.31
HSL330.6º75.88%39.02%-
HSV(B)330.6º86.29%68.63%-
XYZ20.2110.6512.55-
YUV77.58139.53197.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.92%
GREEN value IS 24 (9.77% from 255) = 8.08%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=58.92%
G=8.08%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175249800.860.440.31330.675.8839.02
HexAF18620562C1F14b4c27
Octal257301420126543751311447
Binary1010111111000110001001010110101100111111010010111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1862; }

 p { color: rgb(175,24,98); }

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

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

 a { background-color: rgb(175,24,98); }

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

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

 span { border-color: rgb(175,24,98); }

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