Html Css Color HEX #A5246D Jazzberry Jam

📋 copy color: '#A5246D'

red 165 ◦ green 36 ◦ blue 109

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

Shades of Jazzberry Jam #A5246D

Tints of Jazzberry Jam #A5246D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 53.23%
G = 11.61%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A5246D (or 0xA5246D) is known color: Jazzberry Jam. HEX triplet: A5, 24 and 6D. RGB value is (165,36,109). Sum of RGB (Red+Green+Blue) = 165+36+109=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5246D is #5ADB92. Grayscale: #525252. Windows color (decimal): -5954451 or 7152805. OLE color: 7152805.

HSL color Cylindrical-coordinate representation of color #A5246D: hue angle of 326.05º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A5246D is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 109 -
CMYK 0 0.78 0.34 0.35
HSL 326.05º 0.64% 0.39% -
HSV(B) 326.05º 0.78% 0.65% -
XYZ 18.91 10.37 15.47 -
YUV 82.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 165 36 109 0 0.78 0.34 0.35 326.05 0.64 0.39
Hex A5 24 6D 0 4E 22 23 146 40 27
Octal 245 44 155 0 116 42 43 506 100 47
Binary 10100101 100100 1101101 0 1001110 100010 100011 101000110 1000000 100111

Color Harmonies of #A5246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5246D

Black with #A5246D

Text Example


Text Example

White with #A5246D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5246D; }

 p { color: rgb(165,36,109); }

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

background-color css

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

 a { background-color: rgb(165,36,109); }

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

border-color css

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

 span { border-color: rgb(165,36,109); }

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