Html Css Color HEX #AF1871 Jazzberry Jam

📋 copy color: '#AF1871'

red 175 ◦ green 24 ◦ blue 113

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

Shades of Jazzberry Jam #AF1871

Tints of Jazzberry Jam #AF1871

RGB

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

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

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

R = 56.09%
G = 7.69%
B = 36.22%

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

#AF1871 (or 0xAF1871) is known color: Jazzberry Jam. HEX triplet: AF, 18 and 71. RGB value is (175,24,113). Sum of RGB (Red+Green+Blue) = 175+24+113=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 24 (9.77% from 255 or 7.69% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1871 is #50E78E. Grayscale: #4F4F4F. Windows color (decimal): -5302159 or 7411887. OLE color: 7411887.

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

Color convert

RGB 175 24 113 -
CMYK 0 0.86 0.35 0.31
HSL 324.64º 0.76% 0.39% -
HSV(B) 324.64º 0.86% 0.69% -
XYZ 20.99 10.96 16.63 -
YUV 79.3 147.03 196.26 -
System Red Green Blue C M Y K H S L
Decimal 175 24 113 0 0.86 0.35 0.31 324.64 0.76 0.39
Hex AF 18 71 0 56 23 1F 145 4C 27
Octal 257 30 161 0 126 43 37 505 114 47
Binary 10101111 11000 1110001 0 1010110 100011 11111 101000101 1001100 100111

Color Harmonies of #AF1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1871

Black with #AF1871

Text Example


Text Example

White with #AF1871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1871; }

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

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

background-color css

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

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

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

border-color css

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

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

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