Html Css Color HEX #A5136F Jazzberry Jam

📋 copy color: '#A5136F'

red 165 ◦ green 19 ◦ blue 111

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

Shades of Jazzberry Jam #A5136F

Tints of Jazzberry Jam #A5136F

RGB

 RED value IS 165 (64.84% from 255) = 55.93%

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

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

R = 55.93%
G = 6.44%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5136F (or 0xA5136F) is known color: Jazzberry Jam. HEX triplet: A5, 13 and 6F. RGB value is (165,19,111). Sum of RGB (Red+Green+Blue) = 165+19+111=295 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.93% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 165 - color contains mainly: red. Hex color #A5136F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5136F is #5AEC90. Grayscale: #484848. Windows color (decimal): -5958801 or 7279525. OLE color: 7279525.

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

Color convert

RGB 165 19 111 -
CMYK 0 0.88 0.33 0.35
HSL 322.19º 0.79% 0.36% -
HSV(B) 322.19º 0.88% 0.65% -
XYZ 18.62 9.61 15.91 -
YUV 73.14 149.37 193.52 -
System Red Green Blue C M Y K H S L
Decimal 165 19 111 0 0.88 0.33 0.35 322.19 0.79 0.36
Hex A5 13 6F 0 58 21 23 142 4F 24
Octal 245 23 157 0 130 41 43 502 117 44
Binary 10100101 10011 1101111 0 1011000 100001 100011 101000010 1001111 100100

Color Harmonies of #A5136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5136F

Black with #A5136F

Text Example


Text Example

White with #A5136F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5136F; }

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

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

background-color css

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

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

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

border-color css

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

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

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