Html Css Color HEX #AF1163 Jazzberry Jam

📋 copy color: '#AF1163'

red 175 ◦ green 17 ◦ blue 99

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

Shades of Jazzberry Jam #AF1163

Tints of Jazzberry Jam #AF1163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.02%

R = 60.14%
G = 5.84%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#AF1163 (or 0xAF1163) is known color: Jazzberry Jam. HEX triplet: AF, 11 and 63. RGB value is (175,17,99). Sum of RGB (Red+Green+Blue) = 175+17+99=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF1163 is #50EE9C. Grayscale: #494949. Windows color (decimal): -5303965 or 6492591. OLE color: 6492591.

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

Color convert

RGB 175 17 99 -
CMYK 0 0.90 0.43 0.31
HSL 328.86º 0.82% 0.38% -
HSV(B) 328.86º 0.9% 0.69% -
XYZ 20.13 10.42 12.75 -
YUV 73.59 142.35 200.33 -
System Red Green Blue C M Y K H S L
Decimal 175 17 99 0 0.90 0.43 0.31 328.86 0.82 0.38
Hex AF 11 63 0 5A 2B 1F 149 52 26
Octal 257 21 143 0 132 53 37 511 122 46
Binary 10101111 10001 1100011 0 1011010 101011 11111 101001001 1010010 100110

Color Harmonies of #AF1163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1163

Black with #AF1163

Text Example


Text Example

White with #AF1163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1163; }

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

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

background-color css

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

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

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

border-color css

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

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

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