Html Css Color HEX #AF184F Jazzberry Jam

📋 copy color: '#AF184F'

red 175 ◦ green 24 ◦ blue 79

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

Shades of Jazzberry Jam #AF184F

Tints of Jazzberry Jam #AF184F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.42%

R = 62.95%
G = 8.63%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#AF184F (or 0xAF184F) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 4F. RGB value is (175,24,79). Sum of RGB (Red+Green+Blue) = 175+24+79=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF184F is #50E7B0. Grayscale: #4B4B4B. Windows color (decimal): -5302193 or 5183663. OLE color: 5183663.

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

Color convert

RGB 175 24 79 -
CMYK 0 0.86 0.55 0.31
HSL 338.15º 0.76% 0.39% -
HSV(B) 338.15º 0.86% 0.69% -
XYZ 19.42 10.33 8.37 -
YUV 75.42 130.03 199.03 -
System Red Green Blue C M Y K H S L
Decimal 175 24 79 0 0.86 0.55 0.31 338.15 0.76 0.39
Hex AF 18 4F 0 56 37 1F 152 4C 27
Octal 257 30 117 0 126 67 37 522 114 47
Binary 10101111 11000 1001111 0 1010110 110111 11111 101010010 1001100 100111

Color Harmonies of #AF184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF184F

Black with #AF184F

Text Example


Text Example

White with #AF184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF184F; }

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

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

background-color css

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

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

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

border-color css

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

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

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