Html Css Color HEX #A9205D Jazzberry Jam

📋 copy color: '#A9205D'

red 169 ◦ green 32 ◦ blue 93

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

Shades of Jazzberry Jam #A9205D

Tints of Jazzberry Jam #A9205D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 93 (36.72% from 255) = 31.63%

R = 57.48%
G = 10.88%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A9205D (or 0xA9205D) is known color: Jazzberry Jam. HEX triplet: A9, 20 and 5D. RGB value is (169,32,93). Sum of RGB (Red+Green+Blue) = 169+32+93=294 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.48% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 169 - color contains mainly: red. Hex color #A9205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9205D is #56DFA2. Grayscale: #4F4F4F. Windows color (decimal): -5693347 or 6103209. OLE color: 6103209.

HSL color Cylindrical-coordinate representation of color #A9205D: hue angle of 333.28º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9205D is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 32 93 -
CMYK 0 0.81 0.45 0.34
HSL 333.28º 0.68% 0.39% -
HSV(B) 333.28º 0.81% 0.66% -
XYZ 18.85 10.26 11.34 -
YUV 79.92 135.39 191.54 -
System Red Green Blue C M Y K H S L
Decimal 169 32 93 0 0.81 0.45 0.34 333.28 0.68 0.39
Hex A9 20 5D 0 51 2D 22 14D 44 27
Octal 251 40 135 0 121 55 42 515 104 47
Binary 10101001 100000 1011101 0 1010001 101101 100010 101001101 1000100 100111

Color Harmonies of #A9205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9205D

Black with #A9205D

Text Example


Text Example

White with #A9205D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9205D; }

 p { color: rgb(169,32,93); }

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

background-color css

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

 a { background-color: rgb(169,32,93); }

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

border-color css

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

 span { border-color: rgb(169,32,93); }

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