Html Css Color HEX #A9256E Jazzberry Jam

📋 copy color: '#A9256E'

red 169 ◦ green 37 ◦ blue 110

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

Shades of Jazzberry Jam #A9256E

Tints of Jazzberry Jam #A9256E

RGB

 RED value IS 169 (66.41% from 255) = 53.48%

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

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

R = 53.48%
G = 11.71%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A9256E (or 0xA9256E) is known color: Jazzberry Jam. HEX triplet: A9, 25 and 6E. RGB value is (169,37,110). Sum of RGB (Red+Green+Blue) = 169+37+110=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A9256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9256E is #56DA91. Grayscale: #545454. Windows color (decimal): -5692050 or 7218601. OLE color: 7218601.

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

Color convert

RGB 169 37 110 -
CMYK 0 0.78 0.35 0.34
HSL 326.82º 0.64% 0.4% -
HSV(B) 326.82º 0.78% 0.66% -
XYZ 19.84 10.88 15.81 -
YUV 84.79 142.23 188.06 -
System Red Green Blue C M Y K H S L
Decimal 169 37 110 0 0.78 0.35 0.34 326.82 0.64 0.4
Hex A9 25 6E 0 4E 23 22 147 40 28
Octal 251 45 156 0 116 43 42 507 100 50
Binary 10101001 100101 1101110 0 1001110 100011 100010 101000111 1000000 101000

Color Harmonies of #A9256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9256E

Black with #A9256E

Text Example


Text Example

White with #A9256E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9256E; }

 p { color: rgb(169,37,110); }

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

background-color css

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

 a { background-color: rgb(169,37,110); }

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

border-color css

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

 span { border-color: rgb(169,37,110); }

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