Html Css Color HEX #AF1172 Jazzberry Jam

📋 copy color: '#AF1172'

red 175 ◦ green 17 ◦ blue 114

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

Shades of Jazzberry Jam #AF1172

Tints of Jazzberry Jam #AF1172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.56%

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

R = 57.19%
G = 5.56%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF1172 (or 0xAF1172) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 72. RGB value is (175,17,114). Sum of RGB (Red+Green+Blue) = 175+17+114=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1172 is #50EE8D. Grayscale: #4B4B4B. Windows color (decimal): -5303950 or 7475631. OLE color: 7475631.

HSL color Cylindrical-coordinate representation of color #AF1172: hue angle of 323.16º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1172 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 17 114 -
CMYK 0 0.90 0.35 0.31
HSL 323.16º 0.82% 0.38% -
HSV(B) 323.16º 0.9% 0.69% -
XYZ 20.92 10.73 16.89 -
YUV 75.3 149.85 199.11 -
System Red Green Blue C M Y K H S L
Decimal 175 17 114 0 0.90 0.35 0.31 323.16 0.82 0.38
Hex AF 11 72 0 5A 23 1F 143 52 26
Octal 257 21 162 0 132 43 37 503 122 46
Binary 10101111 10001 1110010 0 1011010 100011 11111 101000011 1010010 100110

Color Harmonies of #AF1172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1172

Black with #AF1172

Text Example


Text Example

White with #AF1172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1172; }

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

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

background-color css

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

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

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

border-color css

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

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

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