#AF145A

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

Shades of Jazzberry Jam #AF145A

Tints of Jazzberry Jam #AF145A

Color information

#AF145A (or 0xAF145A) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 14 and 5A. RGB value is (175,20,90). Sum of RGB (Red+Green+Blue) = 175+20+90=285 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.40% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 90 (35.55% from 255 or 31.58% from 285); Max value from RGB is 175 - color contains mainly: red. Hex color #AF145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF145A is #50EBA5. Grayscale: #4A4A4A. Windows color (decimal): -5303206 or 5903535. OLE color: 5903535.

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

Color convert

RGB1752090-
CMYK00.890.490.31
HSL332.9º79.49%38.24%-
HSV(B)332.9º88.57%68.63%-
XYZ19.7710.3510.63-
YUV74.32136.85199.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 61.40%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 90 (35.55% from 255) = 31.58%
R=61.40%
G=7.02%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175209000.890.490.31332.979.4938.24
HexAF145A059311F14d4f26
Octal257241320131613751511746
Binary1010111110100101101001011001110001111111010011011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF145A; }

 p { color: rgb(175,20,90); }

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

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

 a { background-color: rgb(175,20,90); }

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

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

 span { border-color: rgb(175,20,90); }

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