Html Css Color HEX #AF175D Jazzberry Jam

📋 copy color: '#AF175D'

red 175 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #AF175D

Tints of Jazzberry Jam #AF175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.96%

R = 60.14%
G = 7.9%
B = 31.96%

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

#AF175D (or 0xAF175D) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 5D. RGB value is (175,23,93). Sum of RGB (Red+Green+Blue) = 175+23+93=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF175D is #50E8A2. Grayscale: #4C4C4C. Windows color (decimal): -5302435 or 6100911. OLE color: 6100911.

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

Color convert

RGB 175 23 93 -
CMYK 0 0.87 0.47 0.31
HSL 332.37º 0.77% 0.39% -
HSV(B) 332.37º 0.87% 0.69% -
XYZ 19.96 10.52 11.33 -
YUV 76.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 175 23 93 0 0.87 0.47 0.31 332.37 0.77 0.39
Hex AF 17 5D 0 57 2F 1F 14C 4D 27
Octal 257 27 135 0 127 57 37 514 115 47
Binary 10101111 10111 1011101 0 1010111 101111 11111 101001100 1001101 100111

Color Harmonies of #AF175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF175D

Black with #AF175D

Text Example


Text Example

White with #AF175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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