Html Css Color HEX #AF1374 Jazzberry Jam

📋 copy color: '#AF1374'

red 175 ◦ green 19 ◦ blue 116

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

Shades of Jazzberry Jam #AF1374

Tints of Jazzberry Jam #AF1374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 56.45%
G = 6.13%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF1374 (or 0xAF1374) is known color: Jazzberry Jam. HEX triplet: AF, 13 and 74. RGB value is (175,19,116). Sum of RGB (Red+Green+Blue) = 175+19+116=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1374 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1374 is #50EC8B. Grayscale: #4C4C4C. Windows color (decimal): -5303436 or 7607215. OLE color: 7607215.

HSL color Cylindrical-coordinate representation of color #AF1374: hue angle of 322.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1374 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 19 116 -
CMYK 0 0.89 0.34 0.31
HSL 322.69º 0.8% 0.38% -
HSV(B) 322.69º 0.89% 0.69% -
XYZ 21.06 10.84 17.51 -
YUV 76.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 175 19 116 0 0.89 0.34 0.31 322.69 0.8 0.38
Hex AF 13 74 0 59 22 1F 143 50 26
Octal 257 23 164 0 131 42 37 503 120 46
Binary 10101111 10011 1110100 0 1011001 100010 11111 101000011 1010000 100110

Color Harmonies of #AF1374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1374

Black with #AF1374

Text Example


Text Example

White with #AF1374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1374; }

 p { color: rgb(175,19,116); }

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

background-color css

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

 a { background-color: rgb(175,19,116); }

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

border-color css

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

 span { border-color: rgb(175,19,116); }

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