Html Css Color HEX #AF175B Jazzberry Jam

📋 copy color: '#AF175B'

red 175 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #AF175B

Tints of Jazzberry Jam #AF175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 60.55%
G = 7.96%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF175B (or 0xAF175B) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 5B. RGB value is (175,23,91). Sum of RGB (Red+Green+Blue) = 175+23+91=289 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.55% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 175 - color contains mainly: red. Hex color #AF175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF175B is #50E8A4. Grayscale: #4C4C4C. Windows color (decimal): -5302437 or 5969839. OLE color: 5969839.

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

Color convert

RGB 175 23 91 -
CMYK 0 0.87 0.48 0.31
HSL 333.16º 0.77% 0.39% -
HSV(B) 333.16º 0.87% 0.69% -
XYZ 19.87 10.48 10.87 -
YUV 76.2 136.36 198.47 -
System Red Green Blue C M Y K H S L
Decimal 175 23 91 0 0.87 0.48 0.31 333.16 0.77 0.39
Hex AF 17 5B 0 57 30 1F 14D 4D 27
Octal 257 27 133 0 127 60 37 515 115 47
Binary 10101111 10111 1011011 0 1010111 110000 11111 101001101 1001101 100111

Color Harmonies of #AF175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF175B

Black with #AF175B

Text Example


Text Example

White with #AF175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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