Html Css Color HEX #A31F71 Jazzberry Jam

📋 copy color: '#A31F71'

red 163 ◦ green 31 ◦ blue 113

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

Shades of Jazzberry Jam #A31F71

Tints of Jazzberry Jam #A31F71

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.1%

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 53.09%
G = 10.1%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A31F71 (or 0xA31F71) is known color: Jazzberry Jam. HEX triplet: A3, 1F and 71. RGB value is (163,31,113). Sum of RGB (Red+Green+Blue) = 163+31+113=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31F71 is #5CE08E. Grayscale: #4F4F4F. Windows color (decimal): -6086799 or 7413667. OLE color: 7413667.

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

Color convert

RGB 163 31 113 -
CMYK 0 0.81 0.31 0.36
HSL 322.73º 0.68% 0.38% -
HSV(B) 322.73º 0.81% 0.64% -
XYZ 18.57 9.96 16.57 -
YUV 79.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 163 31 113 0 0.81 0.31 0.36 322.73 0.68 0.38
Hex A3 1F 71 0 51 1F 24 143 44 26
Octal 243 37 161 0 121 37 44 503 104 46
Binary 10100011 11111 1110001 0 1010001 11111 100100 101000011 1000100 100110

Color Harmonies of #A31F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F71

Black with #A31F71

Text Example


Text Example

White with #A31F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F71; }

 p { color: rgb(163,31,113); }

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

background-color css

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

 a { background-color: rgb(163,31,113); }

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

border-color css

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

 span { border-color: rgb(163,31,113); }

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