Html Css Color HEX #AF175C Jazzberry Jam

📋 copy color: '#AF175C'

red 175 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #AF175C

Tints of Jazzberry Jam #AF175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.72%

R = 60.34%
G = 7.93%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF175C (or 0xAF175C) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 5C. RGB value is (175,23,92). Sum of RGB (Red+Green+Blue) = 175+23+92=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF175C is #50E8A3. Grayscale: #4C4C4C. Windows color (decimal): -5302436 or 6035375. OLE color: 6035375.

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

Color convert

RGB 175 23 92 -
CMYK 0 0.87 0.47 0.31
HSL 332.76º 0.77% 0.39% -
HSV(B) 332.76º 0.87% 0.69% -
XYZ 19.92 10.5 11.1 -
YUV 76.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 175 23 92 0 0.87 0.47 0.31 332.76 0.77 0.39
Hex AF 17 5C 0 57 2F 1F 14D 4D 27
Octal 257 27 134 0 127 57 37 515 115 47
Binary 10101111 10111 1011100 0 1010111 101111 11111 101001101 1001101 100111

Color Harmonies of #AF175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF175C

Black with #AF175C

Text Example


Text Example

White with #AF175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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