Html Css Color HEX #AF1572 Jazzberry Jam

📋 copy color: '#AF1572'

red 175 ◦ green 21 ◦ blue 114

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

Shades of Jazzberry Jam #AF1572

Tints of Jazzberry Jam #AF1572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.77%

R = 56.45%
G = 6.77%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF1572 (or 0xAF1572) is known color: Jazzberry Jam. HEX triplet: AF, 15 and 72. RGB value is (175,21,114). Sum of RGB (Red+Green+Blue) = 175+21+114=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1572 is #50EA8D. Grayscale: #4D4D4D. Windows color (decimal): -5302926 or 7476655. OLE color: 7476655.

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

Color convert

RGB 175 21 114 -
CMYK 0 0.88 0.35 0.31
HSL 323.77º 0.79% 0.38% -
HSV(B) 323.77º 0.88% 0.69% -
XYZ 20.98 10.87 16.91 -
YUV 77.65 148.52 197.44 -
System Red Green Blue C M Y K H S L
Decimal 175 21 114 0 0.88 0.35 0.31 323.77 0.79 0.38
Hex AF 15 72 0 58 23 1F 144 4F 26
Octal 257 25 162 0 130 43 37 504 117 46
Binary 10101111 10101 1110010 0 1011000 100011 11111 101000100 1001111 100110

Color Harmonies of #AF1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1572

Black with #AF1572

Text Example


Text Example

White with #AF1572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1572; }

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

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

background-color css

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

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

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

border-color css

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

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

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