Html Css Color HEX #A5246B Jazzberry Jam

📋 copy color: '#A5246B'

red 165 ◦ green 36 ◦ blue 107

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

Shades of Jazzberry Jam #A5246B

Tints of Jazzberry Jam #A5246B

RGB

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

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

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

R = 53.57%
G = 11.69%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5246B (or 0xA5246B) is known color: Jazzberry Jam. HEX triplet: A5, 24 and 6B. RGB value is (165,36,107). Sum of RGB (Red+Green+Blue) = 165+36+107=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A5246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5246B is #5ADB94. Grayscale: #525252. Windows color (decimal): -5954453 or 7021733. OLE color: 7021733.

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

Color convert

RGB 165 36 107 -
CMYK 0 0.78 0.35 0.35
HSL 326.98º 0.64% 0.39% -
HSV(B) 326.98º 0.78% 0.65% -
XYZ 18.8 10.32 14.91 -
YUV 82.67 141.74 186.73 -
System Red Green Blue C M Y K H S L
Decimal 165 36 107 0 0.78 0.35 0.35 326.98 0.64 0.39
Hex A5 24 6B 0 4E 23 23 147 40 27
Octal 245 44 153 0 116 43 43 507 100 47
Binary 10100101 100100 1101011 0 1001110 100011 100011 101000111 1000000 100111

Color Harmonies of #A5246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5246B

Black with #A5246B

Text Example


Text Example

White with #A5246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5246B; }

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

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

background-color css

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

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

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

border-color css

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

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

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