Html Css Color HEX #A3145D Jazzberry Jam

📋 copy color: '#A3145D'

red 163 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #A3145D

Tints of Jazzberry Jam #A3145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.25%

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

R = 59.06%
G = 7.25%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3145D (or 0xA3145D) is known color: Jazzberry Jam. HEX triplet: A3, 14 and 5D. RGB value is (163,20,93). Sum of RGB (Red+Green+Blue) = 163+20+93=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3145D is #5CEBA2. Grayscale: #464646. Windows color (decimal): -6089635 or 6100131. OLE color: 6100131.

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

Color convert

RGB 163 20 93 -
CMYK 0 0.88 0.43 0.36
HSL 329.37º 0.78% 0.36% -
HSV(B) 329.37º 0.88% 0.64% -
XYZ 17.33 9.08 11.19 -
YUV 71.08 140.38 193.56 -
System Red Green Blue C M Y K H S L
Decimal 163 20 93 0 0.88 0.43 0.36 329.37 0.78 0.36
Hex A3 14 5D 0 58 2B 24 149 4E 24
Octal 243 24 135 0 130 53 44 511 116 44
Binary 10100011 10100 1011101 0 1011000 101011 100100 101001001 1001110 100100

Color Harmonies of #A3145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3145D

Black with #A3145D

Text Example


Text Example

White with #A3145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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