Html Css Color HEX #A9216D Jazzberry Jam

📋 copy color: '#A9216D'

red 169 ◦ green 33 ◦ blue 109

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

Shades of Jazzberry Jam #A9216D

Tints of Jazzberry Jam #A9216D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.61%

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 54.34%
G = 10.61%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A9216D (or 0xA9216D) is known color: Jazzberry Jam. HEX triplet: A9, 21 and 6D. RGB value is (169,33,109). Sum of RGB (Red+Green+Blue) = 169+33+109=311 (41% of max value = 765). Red value is 169 (66.41% from 255 or 54.34% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 169 - color contains mainly: red. Hex color #A9216D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9216D is #56DE92. Grayscale: #525252. Windows color (decimal): -5693075 or 7152041. OLE color: 7152041.

HSL color Cylindrical-coordinate representation of color #A9216D: hue angle of 326.47º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A9216D is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 33 109 -
CMYK 0 0.80 0.36 0.34
HSL 326.47º 0.67% 0.4% -
HSV(B) 326.47º 0.8% 0.66% -
XYZ 19.67 10.63 15.48 -
YUV 82.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 169 33 109 0 0.80 0.36 0.34 326.47 0.67 0.4
Hex A9 21 6D 0 50 24 22 146 43 28
Octal 251 41 155 0 120 44 42 506 103 50
Binary 10101001 100001 1101101 0 1010000 100100 100010 101000110 1000011 101000

Color Harmonies of #A9216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9216D

Black with #A9216D

Text Example


Text Example

White with #A9216D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9216D; }

 p { color: rgb(169,33,109); }

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

background-color css

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

 a { background-color: rgb(169,33,109); }

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

border-color css

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

 span { border-color: rgb(169,33,109); }

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