Html Css Color HEX #AF1560 Jazzberry Jam

📋 copy color: '#AF1560'

red 175 ◦ green 21 ◦ blue 96

#AF1560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #AF1560

Tints of Jazzberry Jam #AF1560

RGB

 RED value IS 175 (68.75% from 255) = 59.93%

 GREEN value IS 21 (8.59% from 255) = 7.19%

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 59.93%
G = 7.19%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF1560 (or 0xAF1560) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 60. RGB value is (175,21,96). Sum of RGB (Red+Green+Blue) = 175+21+96=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1560 is #50EA9F. Grayscale: #4B4B4B. Windows color (decimal): -5302944 or 6297007. OLE color: 6297007.

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

Color convert

RGB 175 21 96 -
CMYK 0 0.88 0.45 0.31
HSL 330.78º 0.79% 0.38% -
HSV(B) 330.78º 0.88% 0.69% -
XYZ 20.06 10.49 12.03 -
YUV 75.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 175 21 96 0 0.88 0.45 0.31 330.78 0.79 0.38
Hex AF 15 60 0 58 2D 1F 14B 4F 26
Octal 257 25 140 0 130 55 37 513 117 46
Binary 10101111 10101 1100000 0 1011000 101101 11111 101001011 1001111 100110

Color Harmonies of #AF1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1560

Black with #AF1560

Text Example


Text Example

White with #AF1560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1560; }

 p { color: rgb(175,21,96); }

 H1.HeaderClassName
 {
   color: #AF1560;
 }
 .AnyTagClassName
 {
   color: #AF1560;
 }
</style>

background-color css

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

 a { background-color: rgb(175,21,96); }

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

border-color css

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

 span { border-color: rgb(175,21,96); }

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