Html Css Color HEX #A3116F Jazzberry Jam

📋 copy color: '#A3116F'

red 163 ◦ green 17 ◦ blue 111

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

Shades of Jazzberry Jam #A3116F

Tints of Jazzberry Jam #A3116F

RGB

 RED value IS 163 (64.06% from 255) = 56.01%

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

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 56.01%
G = 5.84%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A3116F (or 0xA3116F) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 6F. RGB value is (163,17,111). Sum of RGB (Red+Green+Blue) = 163+17+111=291 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.01% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 163 - color contains mainly: red. Hex color #A3116F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3116F is #5CEE90. Grayscale: #474747. Windows color (decimal): -6090385 or 7279011. OLE color: 7279011.

HSL color Cylindrical-coordinate representation of color #A3116F: hue angle of 321.37º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3116F is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 111 -
CMYK 0 0.90 0.32 0.36
HSL 321.37º 0.81% 0.35% -
HSV(B) 321.37º 0.9% 0.64% -
XYZ 18.17 9.34 15.88 -
YUV 71.37 150.37 193.36 -
System Red Green Blue C M Y K H S L
Decimal 163 17 111 0 0.90 0.32 0.36 321.37 0.81 0.35
Hex A3 11 6F 0 5A 20 24 141 51 23
Octal 243 21 157 0 132 40 44 501 121 43
Binary 10100011 10001 1101111 0 1011010 100000 100100 101000001 1010001 100011

Color Harmonies of #A3116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3116F

Black with #A3116F

Text Example


Text Example

White with #A3116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3116F; }

 p { color: rgb(163,17,111); }

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

background-color css

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

 a { background-color: rgb(163,17,111); }

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

border-color css

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

 span { border-color: rgb(163,17,111); }

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