Html Css Color HEX #AF1756 Jazzberry Jam

📋 copy color: '#AF1756'

red 175 ◦ green 23 ◦ blue 86

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

Shades of Jazzberry Jam #AF1756

Tints of Jazzberry Jam #AF1756

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.28%

R = 61.62%
G = 8.1%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF1756 (or 0xAF1756) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 56. RGB value is (175,23,86). Sum of RGB (Red+Green+Blue) = 175+23+86=284 (37% of max value = 765). Red value is 175 (68.75% from 255 or 61.62% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1756 is #50E8A9. Grayscale: #4B4B4B. Windows color (decimal): -5302442 or 5642159. OLE color: 5642159.

HSL color Cylindrical-coordinate representation of color #AF1756: hue angle of 335.13º 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 #AF1756 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 23 86 -
CMYK 0 0.87 0.51 0.31
HSL 335.13º 0.77% 0.39% -
HSV(B) 335.13º 0.87% 0.69% -
XYZ 19.67 10.4 9.77 -
YUV 75.63 133.86 198.88 -
System Red Green Blue C M Y K H S L
Decimal 175 23 86 0 0.87 0.51 0.31 335.13 0.77 0.39
Hex AF 17 56 0 57 33 1F 14F 4D 27
Octal 257 27 126 0 127 63 37 517 115 47
Binary 10101111 10111 1010110 0 1010111 110011 11111 101001111 1001101 100111

Color Harmonies of #AF1756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1756

Black with #AF1756

Text Example


Text Example

White with #AF1756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1756; }

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

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

background-color css

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

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

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

border-color css

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

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

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