Html Css Color HEX #AF1360 Jazzberry Jam

📋 copy color: '#AF1360'

red 175 ◦ green 19 ◦ blue 96

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

Shades of Jazzberry Jam #AF1360

Tints of Jazzberry Jam #AF1360

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.55%

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

R = 60.34%
G = 6.55%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF1360 (or 0xAF1360) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 60. RGB value is (175,19,96). Sum of RGB (Red+Green+Blue) = 175+19+96=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1360 is #50EC9F. Grayscale: #4A4A4A. Windows color (decimal): -5303456 or 6296495. OLE color: 6296495.

HSL color Cylindrical-coordinate representation of color #AF1360: hue angle of 330.38º degrees, saturation: 0.8, 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 #AF1360 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 96 -
CMYK 0 0.89 0.45 0.31
HSL 330.38º 0.8% 0.38% -
HSV(B) 330.38º 0.89% 0.69% -
XYZ 20.02 10.42 12.02 -
YUV 74.42 140.18 199.74 -
System Red Green Blue C M Y K H S L
Decimal 175 19 96 0 0.89 0.45 0.31 330.38 0.8 0.38
Hex AF 13 60 0 59 2D 1F 14A 50 26
Octal 257 23 140 0 131 55 37 512 120 46
Binary 10101111 10011 1100000 0 1011001 101101 11111 101001010 1010000 100110

Color Harmonies of #AF1360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1360

Black with #AF1360

Text Example


Text Example

White with #AF1360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1360; }

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

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

background-color css

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

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

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

border-color css

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

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

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