Html Css Color HEX #A5256C Jazzberry Jam

📋 copy color: '#A5256C'

red 165 ◦ green 37 ◦ blue 108

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

Shades of Jazzberry Jam #A5256C

Tints of Jazzberry Jam #A5256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 53.23%
G = 11.94%
B = 34.84%

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

#A5256C (or 0xA5256C) is known color: Jazzberry Jam. HEX triplet: A5, 25 and 6C. RGB value is (165,37,108). Sum of RGB (Red+Green+Blue) = 165+37+108=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5256C is #5ADA93. Grayscale: #535353. Windows color (decimal): -5954196 or 7087525. OLE color: 7087525.

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

Color convert

RGB 165 37 108 -
CMYK 0 0.78 0.35 0.35
HSL 326.72º 0.63% 0.4% -
HSV(B) 326.72º 0.78% 0.65% -
XYZ 18.89 10.41 15.2 -
YUV 83.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 165 37 108 0 0.78 0.35 0.35 326.72 0.63 0.4
Hex A5 25 6C 0 4E 23 23 147 3F 28
Octal 245 45 154 0 116 43 43 507 77 50
Binary 10100101 100101 1101100 0 1001110 100011 100011 101000111 111111 101000

Color Harmonies of #A5256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5256C

Black with #A5256C

Text Example


Text Example

White with #A5256C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5256C; }

 p { color: rgb(165,37,108); }

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

background-color css

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

 a { background-color: rgb(165,37,108); }

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

border-color css

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

 span { border-color: rgb(165,37,108); }

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