Html Css Color HEX #A5246E Jazzberry Jam

📋 copy color: '#A5246E'

red 165 ◦ green 36 ◦ blue 110

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

Shades of Jazzberry Jam #A5246E

Tints of Jazzberry Jam #A5246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 53.05%
G = 11.58%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5246E (or 0xA5246E) is known color: Jazzberry Jam. HEX triplet: A5, 24 and 6E. RGB value is (165,36,110). Sum of RGB (Red+Green+Blue) = 165+36+110=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5246E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5246E is #5ADB91. Grayscale: #525252. Windows color (decimal): -5954450 or 7218341. OLE color: 7218341.

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

Color convert

RGB 165 36 110 -
CMYK 0 0.78 0.33 0.35
HSL 325.58º 0.64% 0.39% -
HSV(B) 325.58º 0.78% 0.65% -
XYZ 18.96 10.39 15.76 -
YUV 83.01 143.24 186.48 -
System Red Green Blue C M Y K H S L
Decimal 165 36 110 0 0.78 0.33 0.35 325.58 0.64 0.39
Hex A5 24 6E 0 4E 21 23 146 40 27
Octal 245 44 156 0 116 41 43 506 100 47
Binary 10100101 100100 1101110 0 1001110 100001 100011 101000110 1000000 100111

Color Harmonies of #A5246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5246E

Black with #A5246E

Text Example


Text Example

White with #A5246E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5246E; }

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

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

background-color css

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

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

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

border-color css

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

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

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