Html Css Color HEX #A9085E Jazzberry Jam

📋 copy color: '#A9085E'

red 169 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #A9085E

Tints of Jazzberry Jam #A9085E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 62.36%
G = 2.95%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9085E (or 0xA9085E) is known color: Jazzberry Jam. HEX triplet: A9, 08 and 5E. RGB value is (169,8,94). Sum of RGB (Red+Green+Blue) = 169+8+94=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A9085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9085E is #56F7A1. Grayscale: #414141. Windows color (decimal): -5699490 or 6162601. OLE color: 6162601.

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

Color convert

RGB 169 8 94 -
CMYK 0 0.95 0.44 0.34
HSL 327.95º 0.91% 0.35% -
HSV(B) 327.95º 0.95% 0.66% -
XYZ 18.47 9.42 11.43 -
YUV 65.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 169 8 94 0 0.95 0.44 0.34 327.95 0.91 0.35
Hex A9 8 5E 0 5F 2C 22 148 5B 23
Octal 251 10 136 0 137 54 42 510 133 43
Binary 10101001 1000 1011110 0 1011111 101100 100010 101001000 1011011 100011

Color Harmonies of #A9085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9085E

Black with #A9085E

Text Example


Text Example

White with #A9085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9085E; }

 p { color: rgb(169,8,94); }

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

background-color css

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

 a { background-color: rgb(169,8,94); }

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

border-color css

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

 span { border-color: rgb(169,8,94); }

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