Html Css Color HEX #A31A5D Jazzberry Jam

📋 copy color: '#A31A5D'

red 163 ◦ green 26 ◦ blue 93

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

Shades of Jazzberry Jam #A31A5D

Tints of Jazzberry Jam #A31A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

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

R = 57.8%
G = 9.22%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A31A5D (or 0xA31A5D) is known color: Jazzberry Jam. HEX triplet: A3, 1A and 5D. RGB value is (163,26,93). Sum of RGB (Red+Green+Blue) = 163+26+93=282 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.80% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31A5D is #5CE5A2. Grayscale: #4A4A4A. Windows color (decimal): -6088099 or 6101667. OLE color: 6101667.

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

Color convert

RGB 163 26 93 -
CMYK 0 0.84 0.43 0.36
HSL 330.66º 0.72% 0.37% -
HSV(B) 330.66º 0.84% 0.64% -
XYZ 17.45 9.32 11.23 -
YUV 74.6 138.39 191.05 -
System Red Green Blue C M Y K H S L
Decimal 163 26 93 0 0.84 0.43 0.36 330.66 0.72 0.37
Hex A3 1A 5D 0 54 2B 24 14B 48 25
Octal 243 32 135 0 124 53 44 513 110 45
Binary 10100011 11010 1011101 0 1010100 101011 100100 101001011 1001000 100101

Color Harmonies of #A31A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31A5D

Black with #A31A5D

Text Example


Text Example

White with #A31A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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