Html Css Color HEX #A31767 Jazzberry Jam

📋 copy color: '#A31767'

red 163 ◦ green 23 ◦ blue 103

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

Shades of Jazzberry Jam #A31767

Tints of Jazzberry Jam #A31767

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.96%

 BLUE value IS 103 (40.63% from 255) = 35.64%

R = 56.4%
G = 7.96%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A31767 (or 0xA31767) is known color: Jazzberry Jam. HEX triplet: A3, 17 and 67. RGB value is (163,23,103). Sum of RGB (Red+Green+Blue) = 163+23+103=289 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.40% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 103 (40.62% from 255 or 35.64% from 289); Max value from RGB is 163 - color contains mainly: red. Hex color #A31767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31767 is #5CE898. Grayscale: #494949. Windows color (decimal): -6088857 or 6756259. OLE color: 6756259.

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

Color convert

RGB 163 23 103 -
CMYK 0 0.86 0.37 0.36
HSL 325.71º 0.75% 0.36% -
HSV(B) 325.71º 0.86% 0.64% -
XYZ 17.86 9.38 13.7 -
YUV 73.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 163 23 103 0 0.86 0.37 0.36 325.71 0.75 0.36
Hex A3 17 67 0 56 25 24 146 4B 24
Octal 243 27 147 0 126 45 44 506 113 44
Binary 10100011 10111 1100111 0 1010110 100101 100100 101000110 1001011 100100

Color Harmonies of #A31767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31767

Black with #A31767

Text Example


Text Example

White with #A31767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31767; }

 p { color: rgb(163,23,103); }

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

background-color css

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

 a { background-color: rgb(163,23,103); }

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

border-color css

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

 span { border-color: rgb(163,23,103); }

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