Html Css Color HEX #AF1162 Jazzberry Jam

📋 copy color: '#AF1162'

red 175 ◦ green 17 ◦ blue 98

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

Shades of Jazzberry Jam #AF1162

Tints of Jazzberry Jam #AF1162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 60.34%
G = 5.86%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#AF1162 (or 0xAF1162) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 62. RGB value is (175,17,98). Sum of RGB (Red+Green+Blue) = 175+17+98=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1162 is #50EE9D. Grayscale: #494949. Windows color (decimal): -5303966 or 6427055. OLE color: 6427055.

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

Color convert

RGB 175 17 98 -
CMYK 0 0.90 0.44 0.31
HSL 329.24º 0.82% 0.38% -
HSV(B) 329.24º 0.9% 0.69% -
XYZ 20.08 10.4 12.5 -
YUV 73.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 175 17 98 0 0.90 0.44 0.31 329.24 0.82 0.38
Hex AF 11 62 0 5A 2C 1F 149 52 26
Octal 257 21 142 0 132 54 37 511 122 46
Binary 10101111 10001 1100010 0 1011010 101100 11111 101001001 1010010 100110

Color Harmonies of #AF1162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1162

Black with #AF1162

Text Example


Text Example

White with #AF1162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1162; }

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

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

background-color css

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

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

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

border-color css

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

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

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