Html Css Color HEX #AF1971 Jazzberry Jam

📋 copy color: '#AF1971'

red 175 ◦ green 25 ◦ blue 113

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

Shades of Jazzberry Jam #AF1971

Tints of Jazzberry Jam #AF1971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.1%

R = 55.91%
G = 7.99%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF1971 (or 0xAF1971) is known color: Jazzberry Jam. HEX triplet: AF, 19 and 71. RGB value is (175,25,113). Sum of RGB (Red+Green+Blue) = 175+25+113=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 113 (44.53% from 255 or 36.10% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1971 is #50E68E. Grayscale: #4F4F4F. Windows color (decimal): -5301903 or 7412143. OLE color: 7412143.

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

Color convert

RGB 175 25 113 -
CMYK 0 0.86 0.35 0.31
HSL 324.8º 0.75% 0.39% -
HSV(B) 324.8º 0.86% 0.69% -
XYZ 21.01 11 16.64 -
YUV 79.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 175 25 113 0 0.86 0.35 0.31 324.8 0.75 0.39
Hex AF 19 71 0 56 23 1F 145 4B 27
Octal 257 31 161 0 126 43 37 505 113 47
Binary 10101111 11001 1110001 0 1010110 100011 11111 101000101 1001011 100111

Color Harmonies of #AF1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1971

Black with #AF1971

Text Example


Text Example

White with #AF1971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1971; }

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

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

background-color css

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

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

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

border-color css

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

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

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