Html Css Color HEX #AF174C Jazzberry Jam

📋 copy color: '#AF174C'

red 175 ◦ green 23 ◦ blue 76

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

Shades of Jazzberry Jam #AF174C

Tints of Jazzberry Jam #AF174C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 63.87%
G = 8.39%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#AF174C (or 0xAF174C) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 4C. RGB value is (175,23,76). Sum of RGB (Red+Green+Blue) = 175+23+76=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF174C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF174C is #50E8B3. Grayscale: #4A4A4A. Windows color (decimal): -5302452 or 4986799. OLE color: 4986799.

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

Color convert

RGB 175 23 76 -
CMYK 0 0.87 0.57 0.31
HSL 339.08º 0.77% 0.39% -
HSV(B) 339.08º 0.87% 0.69% -
XYZ 19.29 10.25 7.8 -
YUV 74.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 175 23 76 0 0.87 0.57 0.31 339.08 0.77 0.39
Hex AF 17 4C 0 57 39 1F 153 4D 27
Octal 257 27 114 0 127 71 37 523 115 47
Binary 10101111 10111 1001100 0 1010111 111001 11111 101010011 1001101 100111

Color Harmonies of #AF174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF174C

Black with #AF174C

Text Example


Text Example

White with #AF174C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF174C; }

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

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

background-color css

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

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

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

border-color css

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

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

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