Html Css Color HEX #AF175E Jazzberry Jam

📋 copy color: '#AF175E'

red 175 ◦ green 23 ◦ blue 94

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

Shades of Jazzberry Jam #AF175E

Tints of Jazzberry Jam #AF175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 59.93%
G = 7.88%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF175E (or 0xAF175E) is known color: Jazzberry Jam. HEX triplet: AF, 17 and 5E. RGB value is (175,23,94). Sum of RGB (Red+Green+Blue) = 175+23+94=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF175E is #50E8A1. Grayscale: #4C4C4C. Windows color (decimal): -5302434 or 6166447. OLE color: 6166447.

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

Color convert

RGB 175 23 94 -
CMYK 0 0.87 0.46 0.31
HSL 331.97º 0.77% 0.39% -
HSV(B) 331.97º 0.87% 0.69% -
XYZ 20.01 10.53 11.57 -
YUV 76.54 137.86 198.23 -
System Red Green Blue C M Y K H S L
Decimal 175 23 94 0 0.87 0.46 0.31 331.97 0.77 0.39
Hex AF 17 5E 0 57 2E 1F 14C 4D 27
Octal 257 27 136 0 127 56 37 514 115 47
Binary 10101111 10111 1011110 0 1010111 101110 11111 101001100 1001101 100111

Color Harmonies of #AF175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF175E

Black with #AF175E

Text Example


Text Example

White with #AF175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF175E; }

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

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

background-color css

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

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

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

border-color css

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

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

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