Html Css Color HEX #A3116C Jazzberry Jam

📋 copy color: '#A3116C'

red 163 ◦ green 17 ◦ blue 108

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

Shades of Jazzberry Jam #A3116C

Tints of Jazzberry Jam #A3116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 56.6%
G = 5.9%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3116C (or 0xA3116C) is known color: Jazzberry Jam. HEX triplet: A3, 11 and 6C. RGB value is (163,17,108). Sum of RGB (Red+Green+Blue) = 163+17+108=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3116C is #5CEE93. Grayscale: #464646. Windows color (decimal): -6090388 or 7082403. OLE color: 7082403.

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

Color convert

RGB 163 17 108 -
CMYK 0 0.90 0.34 0.36
HSL 322.6º 0.81% 0.35% -
HSV(B) 322.6º 0.9% 0.64% -
XYZ 18.01 9.27 15.03 -
YUV 71.03 148.87 193.6 -
System Red Green Blue C M Y K H S L
Decimal 163 17 108 0 0.90 0.34 0.36 322.6 0.81 0.35
Hex A3 11 6C 0 5A 22 24 143 51 23
Octal 243 21 154 0 132 42 44 503 121 43
Binary 10100011 10001 1101100 0 1011010 100010 100100 101000011 1010001 100011

Color Harmonies of #A3116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3116C

Black with #A3116C

Text Example


Text Example

White with #A3116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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