Html Css Color HEX #AF185B Jazzberry Jam

📋 copy color: '#AF185B'

red 175 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #AF185B

Tints of Jazzberry Jam #AF185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.28%

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

R = 60.34%
G = 8.28%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#AF185B (or 0xAF185B) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 5B. RGB value is (175,24,91). Sum of RGB (Red+Green+Blue) = 175+24+91=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF185B is #50E7A4. Grayscale: #4C4C4C. Windows color (decimal): -5302181 or 5970095. OLE color: 5970095.

HSL color Cylindrical-coordinate representation of color #AF185B: hue angle of 333.38º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF185B is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 91 -
CMYK 0 0.86 0.48 0.31
HSL 333.38º 0.76% 0.39% -
HSV(B) 333.38º 0.86% 0.69% -
XYZ 19.89 10.52 10.88 -
YUV 76.79 136.03 198.05 -
System Red Green Blue C M Y K H S L
Decimal 175 24 91 0 0.86 0.48 0.31 333.38 0.76 0.39
Hex AF 18 5B 0 56 30 1F 14D 4C 27
Octal 257 30 133 0 126 60 37 515 114 47
Binary 10101111 11000 1011011 0 1010110 110000 11111 101001101 1001100 100111

Color Harmonies of #AF185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF185B

Black with #AF185B

Text Example


Text Example

White with #AF185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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