Html Css Color HEX #AF185E Jazzberry Jam

📋 copy color: '#AF185E'

red 175 ◦ green 24 ◦ blue 94

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

Shades of Jazzberry Jam #AF185E

Tints of Jazzberry Jam #AF185E

RGB

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

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

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

R = 59.73%
G = 8.19%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#AF185E (or 0xAF185E) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 5E. RGB value is (175,24,94). Sum of RGB (Red+Green+Blue) = 175+24+94=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF185E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF185E is #50E7A1. Grayscale: #4D4D4D. Windows color (decimal): -5302178 or 6166703. OLE color: 6166703.

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

Color convert

RGB 175 24 94 -
CMYK 0 0.86 0.46 0.31
HSL 332.19º 0.76% 0.39% -
HSV(B) 332.19º 0.86% 0.69% -
XYZ 20.03 10.58 11.58 -
YUV 77.13 137.53 197.81 -
System Red Green Blue C M Y K H S L
Decimal 175 24 94 0 0.86 0.46 0.31 332.19 0.76 0.39
Hex AF 18 5E 0 56 2E 1F 14C 4C 27
Octal 257 30 136 0 126 56 37 514 114 47
Binary 10101111 11000 1011110 0 1010110 101110 11111 101001100 1001100 100111

Color Harmonies of #AF185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF185E

Black with #AF185E

Text Example


Text Example

White with #AF185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF185E; }

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

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

background-color css

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

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

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

border-color css

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

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

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