Html Css Color HEX #A3136F Jazzberry Jam

📋 copy color: '#A3136F'

red 163 ◦ green 19 ◦ blue 111

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

Shades of Jazzberry Jam #A3136F

Tints of Jazzberry Jam #A3136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 55.63%
G = 6.48%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A3136F (or 0xA3136F) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 6F. RGB value is (163,19,111). Sum of RGB (Red+Green+Blue) = 163+19+111=293 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.63% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 163 - color contains mainly: red. Hex color #A3136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3136F is #5CEC90. Grayscale: #484848. Windows color (decimal): -6089873 or 7279523. OLE color: 7279523.

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

Color convert

RGB 163 19 111 -
CMYK 0 0.88 0.32 0.36
HSL 321.67º 0.79% 0.36% -
HSV(B) 321.67º 0.88% 0.64% -
XYZ 18.21 9.4 15.89 -
YUV 72.54 149.71 192.52 -
System Red Green Blue C M Y K H S L
Decimal 163 19 111 0 0.88 0.32 0.36 321.67 0.79 0.36
Hex A3 13 6F 0 58 20 24 142 4F 24
Octal 243 23 157 0 130 40 44 502 117 44
Binary 10100011 10011 1101111 0 1011000 100000 100100 101000010 1001111 100100

Color Harmonies of #A3136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3136F

Black with #A3136F

Text Example


Text Example

White with #A3136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3136F; }

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

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

background-color css

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

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

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

border-color css

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

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

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