Html Css Color HEX #A31368 Jazzberry Jam

📋 copy color: '#A31368'

red 163 ◦ green 19 ◦ blue 104

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

Shades of Jazzberry Jam #A31368

Tints of Jazzberry Jam #A31368

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.64%

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 56.99%
G = 6.64%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A31368 (or 0xA31368) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 68. RGB value is (163,19,104). Sum of RGB (Red+Green+Blue) = 163+19+104=286 (37% of max value = 765). Red value is 163 (64.06% from 255 or 56.99% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 163 - color contains mainly: red. Hex color #A31368 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31368 is #5CEC97. Grayscale: #474747. Windows color (decimal): -6089880 or 6820771. OLE color: 6820771.

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

Color convert

RGB 163 19 104 -
CMYK 0 0.88 0.36 0.36
HSL 324.58º 0.79% 0.36% -
HSV(B) 324.58º 0.88% 0.64% -
XYZ 17.84 9.25 13.94 -
YUV 71.75 146.21 193.09 -
System Red Green Blue C M Y K H S L
Decimal 163 19 104 0 0.88 0.36 0.36 324.58 0.79 0.36
Hex A3 13 68 0 58 24 24 145 4F 24
Octal 243 23 150 0 130 44 44 505 117 44
Binary 10100011 10011 1101000 0 1011000 100100 100100 101000101 1001111 100100

Color Harmonies of #A31368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31368

Black with #A31368

Text Example


Text Example

White with #A31368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31368; }

 p { color: rgb(163,19,104); }

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

background-color css

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

 a { background-color: rgb(163,19,104); }

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

border-color css

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

 span { border-color: rgb(163,19,104); }

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