Html Css Color HEX #AF1760 Jazzberry Jam

📋 copy color: '#AF1760'

red 175 ◦ green 23 ◦ blue 96

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

Shades of Jazzberry Jam #AF1760

Tints of Jazzberry Jam #AF1760

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

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

R = 59.52%
G = 7.82%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#AF1760 (or 0xAF1760) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 60. RGB value is (175,23,96). Sum of RGB (Red+Green+Blue) = 175+23+96=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1760 is #50E89F. Grayscale: #4C4C4C. Windows color (decimal): -5302432 or 6297519. OLE color: 6297519.

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

Color convert

RGB 175 23 96 -
CMYK 0 0.87 0.45 0.31
HSL 331.18º 0.77% 0.39% -
HSV(B) 331.18º 0.87% 0.69% -
XYZ 20.1 10.57 12.05 -
YUV 76.77 138.86 198.06 -
System Red Green Blue C M Y K H S L
Decimal 175 23 96 0 0.87 0.45 0.31 331.18 0.77 0.39
Hex AF 17 60 0 57 2D 1F 14B 4D 27
Octal 257 27 140 0 127 55 37 513 115 47
Binary 10101111 10111 1100000 0 1010111 101101 11111 101001011 1001101 100111

Color Harmonies of #AF1760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1760

Black with #AF1760

Text Example


Text Example

White with #AF1760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1760; }

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

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

background-color css

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

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

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

border-color css

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

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

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