Html Css Color HEX #A3136A Jazzberry Jam

📋 copy color: '#A3136A'

red 163 ◦ green 19 ◦ blue 106

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

Shades of Jazzberry Jam #A3136A

Tints of Jazzberry Jam #A3136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.81%

R = 56.6%
G = 6.6%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3136A (or 0xA3136A) is known color: Jazzberry Jam. HEX triplet: A3, 13 and 6A. RGB value is (163,19,106). Sum of RGB (Red+Green+Blue) = 163+19+106=288 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.60% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 163 - color contains mainly: red. Hex color #A3136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3136A is #5CEC95. Grayscale: #474747. Windows color (decimal): -6089878 or 6951843. OLE color: 6951843.

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

Color convert

RGB 163 19 106 -
CMYK 0 0.88 0.35 0.36
HSL 323.75º 0.79% 0.36% -
HSV(B) 323.75º 0.88% 0.64% -
XYZ 17.94 9.29 14.48 -
YUV 71.97 147.21 192.93 -
System Red Green Blue C M Y K H S L
Decimal 163 19 106 0 0.88 0.35 0.36 323.75 0.79 0.36
Hex A3 13 6A 0 58 23 24 144 4F 24
Octal 243 23 152 0 130 43 44 504 117 44
Binary 10100011 10011 1101010 0 1011000 100011 100100 101000100 1001111 100100

Color Harmonies of #A3136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3136A

Black with #A3136A

Text Example


Text Example

White with #A3136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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