Html Css Color HEX #A4136B Jazzberry Jam

📋 copy color: '#A4136B'

red 164 ◦ green 19 ◦ blue 107

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

Shades of Jazzberry Jam #A4136B

Tints of Jazzberry Jam #A4136B

RGB

 RED value IS 164 (64.45% from 255) = 56.55%

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

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 56.55%
G = 6.55%
B = 36.9%

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

#A4136B (or 0xA4136B) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 6B. RGB value is (164,19,107). Sum of RGB (Red+Green+Blue) = 164+19+107=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4136B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4136B is #5BEC94. Grayscale: #484848. Windows color (decimal): -6024341 or 7017380. OLE color: 7017380.

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

Color convert

RGB 164 19 107 -
CMYK 0 0.88 0.35 0.36
HSL 323.59º 0.79% 0.36% -
HSV(B) 323.59º 0.88% 0.64% -
XYZ 18.2 9.42 14.77 -
YUV 72.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 164 19 107 0 0.88 0.35 0.36 323.59 0.79 0.36
Hex A4 13 6B 0 58 23 24 144 4F 24
Octal 244 23 153 0 130 43 44 504 117 44
Binary 10100100 10011 1101011 0 1011000 100011 100100 101000100 1001111 100100

Color Harmonies of #A4136B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4136B

Black with #A4136B

Text Example


Text Example

White with #A4136B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4136B; }

 p { color: rgb(164,19,107); }

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

background-color css

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

 a { background-color: rgb(164,19,107); }

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

border-color css

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

 span { border-color: rgb(164,19,107); }

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