Html Css Color HEX #AF1574 Jazzberry Jam

📋 copy color: '#AF1574'

red 175 ◦ green 21 ◦ blue 116

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

Shades of Jazzberry Jam #AF1574

Tints of Jazzberry Jam #AF1574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.73%

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

R = 56.09%
G = 6.73%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF1574 (or 0xAF1574) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 74. RGB value is (175,21,116). Sum of RGB (Red+Green+Blue) = 175+21+116=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1574 is #50EA8B. Grayscale: #4D4D4D. Windows color (decimal): -5302924 or 7607727. OLE color: 7607727.

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

Color convert

RGB 175 21 116 -
CMYK 0 0.88 0.34 0.31
HSL 322.99º 0.79% 0.38% -
HSV(B) 322.99º 0.88% 0.69% -
XYZ 21.1 10.91 17.52 -
YUV 77.88 149.52 197.28 -
System Red Green Blue C M Y K H S L
Decimal 175 21 116 0 0.88 0.34 0.31 322.99 0.79 0.38
Hex AF 15 74 0 58 22 1F 143 4F 26
Octal 257 25 164 0 130 42 37 503 117 46
Binary 10101111 10101 1110100 0 1011000 100010 11111 101000011 1001111 100110

Color Harmonies of #AF1574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1574

Black with #AF1574

Text Example


Text Example

White with #AF1574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1574; }

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

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

background-color css

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

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

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

border-color css

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

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

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