Html Css Color HEX #A31272 Jazzberry Jam

📋 copy color: '#A31272'

red 163 ◦ green 18 ◦ blue 114

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

Shades of Jazzberry Jam #A31272

Tints of Jazzberry Jam #A31272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.64%

R = 55.25%
G = 6.1%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A31272 (or 0xA31272) is known color: Jazzberry Jam. HEX triplet: A3, 12 and 72. RGB value is (163,18,114). Sum of RGB (Red+Green+Blue) = 163+18+114=295 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.25% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 163 - color contains mainly: red. Hex color #A31272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31272 is #5CED8D. Grayscale: #484848. Windows color (decimal): -6090126 or 7475875. OLE color: 7475875.

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

Color convert

RGB 163 18 114 -
CMYK 0 0.89 0.30 0.36
HSL 320.28º 0.8% 0.35% -
HSV(B) 320.28º 0.89% 0.64% -
XYZ 18.36 9.43 16.77 -
YUV 72.3 151.54 192.69 -
System Red Green Blue C M Y K H S L
Decimal 163 18 114 0 0.89 0.30 0.36 320.28 0.8 0.35
Hex A3 12 72 0 59 1E 24 140 50 23
Octal 243 22 162 0 131 36 44 500 120 43
Binary 10100011 10010 1110010 0 1011001 11110 100100 101000000 1010000 100011

Color Harmonies of #A31272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31272

Black with #A31272

Text Example


Text Example

White with #A31272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31272; }

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

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

background-color css

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

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

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

border-color css

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

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

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