#AF1B5A

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

Shades of Jazzberry Jam #AF1B5A

Tints of Jazzberry Jam #AF1B5A

Color information

#AF1B5A (or 0xAF1B5A) is unknown color: approx Jazzberry Jam. HEX triplet: AF, 1B and 5A. RGB value is (175,27,90). Sum of RGB (Red+Green+Blue) = 175+27+90=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B5A is #50E4A5. Grayscale: #4E4E4E. Windows color (decimal): -5301414 or 5905327. OLE color: 5905327.

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

Color convert

RGB1752790-
CMYK00.850.490.31
HSL334.46º73.27%39.61%-
HSV(B)334.46º84.57%68.63%-
XYZ19.9210.6410.68-
YUV78.43134.53196.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 27 (10.94% from 255) = 9.25%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=59.93%
G=9.25%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175279000.850.490.31334.4673.2739.61
HexAF1B5A055311F14e4928
Octal257331320125613751611150
Binary1010111111011101101001010101110001111111010011101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1B5A; }

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

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

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

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

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

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

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

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