Html Css Color HEX #A31270 Jazzberry Jam

📋 copy color: '#A31270'

red 163 ◦ green 18 ◦ blue 112

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

Shades of Jazzberry Jam #A31270

Tints of Jazzberry Jam #A31270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 55.63%
G = 6.14%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A31270 (or 0xA31270) is known color: Jazzberry Jam. HEX triplet: A3, 12 and 70. RGB value is (163,18,112). Sum of RGB (Red+Green+Blue) = 163+18+112=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A31270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31270 is #5CED8F. Grayscale: #474747. Windows color (decimal): -6090128 or 7344803. OLE color: 7344803.

HSL color Cylindrical-coordinate representation of color #A31270: hue angle of 321.1º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31270 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 18 112 -
CMYK 0 0.89 0.31 0.36
HSL 321.1º 0.8% 0.35% -
HSV(B) 321.1º 0.89% 0.64% -
XYZ 18.25 9.39 16.18 -
YUV 72.07 150.54 192.86 -
System Red Green Blue C M Y K H S L
Decimal 163 18 112 0 0.89 0.31 0.36 321.1 0.8 0.35
Hex A3 12 70 0 59 1F 24 141 50 23
Octal 243 22 160 0 131 37 44 501 120 43
Binary 10100011 10010 1110000 0 1011001 11111 100100 101000001 1010000 100011

Color Harmonies of #A31270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31270

Black with #A31270

Text Example


Text Example

White with #A31270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31270; }

 p { color: rgb(163,18,112); }

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

background-color css

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

 a { background-color: rgb(163,18,112); }

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

border-color css

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

 span { border-color: rgb(163,18,112); }

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