Html Css Color HEX #AF194D Jazzberry Jam

📋 copy color: '#AF194D'

red 175 ◦ green 25 ◦ blue 77

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

Shades of Jazzberry Jam #AF194D

Tints of Jazzberry Jam #AF194D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

 BLUE value IS 77 (30.47% from 255) = 27.8%

R = 63.18%
G = 9.03%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#AF194D (or 0xAF194D) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 4D. RGB value is (175,25,77). Sum of RGB (Red+Green+Blue) = 175+25+77=277 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.18% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 175 - color contains mainly: red. Hex color #AF194D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF194D is #50E6B2. Grayscale: #4B4B4B. Windows color (decimal): -5301939 or 5052847. OLE color: 5052847.

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

Color convert

RGB 175 25 77 -
CMYK 0 0.86 0.56 0.31
HSL 339.2º 0.75% 0.39% -
HSV(B) 339.2º 0.86% 0.69% -
XYZ 19.37 10.35 8 -
YUV 75.78 128.7 198.77 -
System Red Green Blue C M Y K H S L
Decimal 175 25 77 0 0.86 0.56 0.31 339.2 0.75 0.39
Hex AF 19 4D 0 56 38 1F 153 4B 27
Octal 257 31 115 0 126 70 37 523 113 47
Binary 10101111 11001 1001101 0 1010110 111000 11111 101010011 1001011 100111

Color Harmonies of #AF194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF194D

Black with #AF194D

Text Example


Text Example

White with #AF194D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF194D; }

 p { color: rgb(175,25,77); }

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

background-color css

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

 a { background-color: rgb(175,25,77); }

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

border-color css

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

 span { border-color: rgb(175,25,77); }

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