Html Css Color HEX #A3155D Jazzberry Jam

📋 copy color: '#A3155D'

red 163 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #A3155D

Tints of Jazzberry Jam #A3155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.58%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 58.84%
G = 7.58%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3155D (or 0xA3155D) is known color: Jazzberry Jam. HEX triplet: A3, 15 and 5D. RGB value is (163,21,93). Sum of RGB (Red+Green+Blue) = 163+21+93=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A3155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3155D is #5CEAA2. Grayscale: #474747. Windows color (decimal): -6089379 or 6100387. OLE color: 6100387.

HSL color Cylindrical-coordinate representation of color #A3155D: hue angle of 329.58º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3155D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 21 93 -
CMYK 0 0.87 0.43 0.36
HSL 329.58º 0.77% 0.36% -
HSV(B) 329.58º 0.87% 0.64% -
XYZ 17.35 9.11 11.2 -
YUV 71.67 140.04 193.15 -
System Red Green Blue C M Y K H S L
Decimal 163 21 93 0 0.87 0.43 0.36 329.58 0.77 0.36
Hex A3 15 5D 0 57 2B 24 14A 4D 24
Octal 243 25 135 0 127 53 44 512 115 44
Binary 10100011 10101 1011101 0 1010111 101011 100100 101001010 1001101 100100

Color Harmonies of #A3155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3155D

Black with #A3155D

Text Example


Text Example

White with #A3155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3155D; }

 p { color: rgb(163,21,93); }

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

background-color css

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

 a { background-color: rgb(163,21,93); }

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

border-color css

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

 span { border-color: rgb(163,21,93); }

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