Html Css Color HEX #AF174F Jazzberry Jam

📋 copy color: '#AF174F'

red 175 ◦ green 23 ◦ blue 79

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

Shades of Jazzberry Jam #AF174F

Tints of Jazzberry Jam #AF174F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.52%

R = 63.18%
G = 8.3%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF174F (or 0xAF174F) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 4F. RGB value is (175,23,79). Sum of RGB (Red+Green+Blue) = 175+23+79=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 79 (31.25% from 255 or 28.52% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF174F is #50E8B0. Grayscale: #4A4A4A. Windows color (decimal): -5302449 or 5183407. OLE color: 5183407.

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

Color convert

RGB 175 23 79 -
CMYK 0 0.87 0.55 0.31
HSL 337.89º 0.77% 0.39% -
HSV(B) 337.89º 0.87% 0.69% -
XYZ 19.4 10.29 8.36 -
YUV 74.83 130.36 199.45 -
System Red Green Blue C M Y K H S L
Decimal 175 23 79 0 0.87 0.55 0.31 337.89 0.77 0.39
Hex AF 17 4F 0 57 37 1F 152 4D 27
Octal 257 27 117 0 127 67 37 522 115 47
Binary 10101111 10111 1001111 0 1010111 110111 11111 101010010 1001101 100111

Color Harmonies of #AF174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF174F

Black with #AF174F

Text Example


Text Example

White with #AF174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF174F; }

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

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

background-color css

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

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

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

border-color css

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

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

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