Html Css Color HEX #AF185D Jazzberry Jam

📋 copy color: '#AF185D'

red 175 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #AF185D

Tints of Jazzberry Jam #AF185D

RGB

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

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

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

R = 59.93%
G = 8.22%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF185D (or 0xAF185D) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 5D. RGB value is (175,24,93). Sum of RGB (Red+Green+Blue) = 175+24+93=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF185D is #50E7A2. Grayscale: #4C4C4C. Windows color (decimal): -5302179 or 6101167. OLE color: 6101167.

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

Color convert

RGB 175 24 93 -
CMYK 0 0.86 0.47 0.31
HSL 332.58º 0.76% 0.39% -
HSV(B) 332.58º 0.86% 0.69% -
XYZ 19.98 10.56 11.34 -
YUV 77.02 137.03 197.89 -
System Red Green Blue C M Y K H S L
Decimal 175 24 93 0 0.86 0.47 0.31 332.58 0.76 0.39
Hex AF 18 5D 0 56 2F 1F 14D 4C 27
Octal 257 30 135 0 126 57 37 515 114 47
Binary 10101111 11000 1011101 0 1010110 101111 11111 101001101 1001100 100111

Color Harmonies of #AF185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF185D

Black with #AF185D

Text Example


Text Example

White with #AF185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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