Html Css Color HEX #A9166E Jazzberry Jam

📋 copy color: '#A9166E'

red 169 ◦ green 22 ◦ blue 110

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

Shades of Jazzberry Jam #A9166E

Tints of Jazzberry Jam #A9166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.31%

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

R = 56.15%
G = 7.31%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#A9166E (or 0xA9166E) is known color: Jazzberry Jam. HEX triplet: A9, 16 and 6E. RGB value is (169,22,110). Sum of RGB (Red+Green+Blue) = 169+22+110=301 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.15% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 169 - color contains mainly: red. Hex color #A9166E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9166E is #56E991. Grayscale: #4B4B4B. Windows color (decimal): -5695890 or 7214761. OLE color: 7214761.

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

Color convert

RGB 169 22 110 -
CMYK 0 0.87 0.35 0.34
HSL 324.08º 0.77% 0.37% -
HSV(B) 324.08º 0.87% 0.66% -
XYZ 19.46 10.13 15.68 -
YUV 75.99 147.2 194.34 -
System Red Green Blue C M Y K H S L
Decimal 169 22 110 0 0.87 0.35 0.34 324.08 0.77 0.37
Hex A9 16 6E 0 57 23 22 144 4D 25
Octal 251 26 156 0 127 43 42 504 115 45
Binary 10101001 10110 1101110 0 1010111 100011 100010 101000100 1001101 100101

Color Harmonies of #A9166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9166E

Black with #A9166E

Text Example


Text Example

White with #A9166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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