#AF2465

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

Shades of Jazzberry Jam #AF2465

Tints of Jazzberry Jam #AF2465

Color information

#AF2465 (or 0xAF2465) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 24 and 65. RGB value is (175,36,101). Sum of RGB (Red+Green+Blue) = 175+36+101=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2465 is #50DB9A. Grayscale: #545454. Windows color (decimal): -5299099 or 6628527. OLE color: 6628527.

HSL color Cylindrical-coordinate representation of color #AF2465: hue angle of 331.94º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF2465 is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17536101-
CMYK00.790.420.31
HSL331.94º65.88%41.37%-
HSV(B)331.94º79.43%68.63%-
XYZ20.6611.3213.41-
YUV84.97137.05192.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.09%
GREEN value IS 36 (14.45% from 255) = 11.54%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=56.09%
G=11.54%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753610100.790.420.31331.9465.8841.37
HexAF246504F2A1F14c4229
Octal257441450117523751410251
Binary10101111100100110010101001111101010111111010011001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2465; }

 p { color: rgb(175,36,101); }

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

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

 a { background-color: rgb(175,36,101); }

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

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

 span { border-color: rgb(175,36,101); }

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