Html Css Color HEX #A9206A Jazzberry Jam

📋 copy color: '#A9206A'

red 169 ◦ green 32 ◦ blue 106

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

Shades of Jazzberry Jam #A9206A

Tints of Jazzberry Jam #A9206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 55.05%
G = 10.42%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A9206A (or 0xA9206A) is known color: Jazzberry Jam. HEX triplet: A9, 20 and 6A. RGB value is (169,32,106). Sum of RGB (Red+Green+Blue) = 169+32+106=307 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.05% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 169 - color contains mainly: red. Hex color #A9206A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9206A is #56DF95. Grayscale: #515151. Windows color (decimal): -5693334 or 6955177. OLE color: 6955177.

HSL color Cylindrical-coordinate representation of color #A9206A: hue angle of 327.59º 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 #A9206A is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 32 106 -
CMYK 0 0.81 0.37 0.34
HSL 327.59º 0.68% 0.39% -
HSV(B) 327.59º 0.81% 0.66% -
XYZ 19.48 10.51 14.64 -
YUV 81.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 169 32 106 0 0.81 0.37 0.34 327.59 0.68 0.39
Hex A9 20 6A 0 51 25 22 148 44 27
Octal 251 40 152 0 121 45 42 510 104 47
Binary 10101001 100000 1101010 0 1010001 100101 100010 101001000 1000100 100111

Color Harmonies of #A9206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9206A

Black with #A9206A

Text Example


Text Example

White with #A9206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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