Html Css Color HEX #A31A70 Jazzberry Jam

📋 copy color: '#A31A70'

red 163 ◦ green 26 ◦ blue 112

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

Shades of Jazzberry Jam #A31A70

Tints of Jazzberry Jam #A31A70

RGB

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

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

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

R = 54.15%
G = 8.64%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A31A70 (or 0xA31A70) is known color: Jazzberry Jam. HEX triplet: A3, 1A and 70. RGB value is (163,26,112). Sum of RGB (Red+Green+Blue) = 163+26+112=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A31A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31A70 is #5CE58F. Grayscale: #4C4C4C. Windows color (decimal): -6088080 or 7346851. OLE color: 7346851.

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

Color convert

RGB 163 26 112 -
CMYK 0 0.84 0.31 0.36
HSL 322.34º 0.72% 0.37% -
HSV(B) 322.34º 0.84% 0.64% -
XYZ 18.4 9.7 16.23 -
YUV 76.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 163 26 112 0 0.84 0.31 0.36 322.34 0.72 0.37
Hex A3 1A 70 0 54 1F 24 142 48 25
Octal 243 32 160 0 124 37 44 502 110 45
Binary 10100011 11010 1110000 0 1010100 11111 100100 101000010 1001000 100101

Color Harmonies of #A31A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31A70

Black with #A31A70

Text Example


Text Example

White with #A31A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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