Html Css Color HEX #A9005E Jazzberry Jam

📋 copy color: '#A9005E'

red 169 ◦ green 0 ◦ blue 94

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

Shades of Jazzberry Jam #A9005E

Tints of Jazzberry Jam #A9005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.26%
G = 0%
B = 35.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A9005E (or 0xA9005E) is known color: Jazzberry Jam. HEX triplet: A9, 00 and 5E. RGB value is (169,0,94). Sum of RGB (Red+Green+Blue) = 169+0+94=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A9005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9005E is #56FFA1. Grayscale: #3D3D3D. Windows color (decimal): -5701538 or 6160553. OLE color: 6160553.

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

Color convert

RGB 169 0 94 -
CMYK 0 1 0.44 0.34
HSL 326.63º 1% 0.33% -
HSV(B) 326.63º 1% 0.66% -
XYZ 18.38 9.24 11.4 -
YUV 61.25 146.49 204.86 -
System Red Green Blue C M Y K H S L
Decimal 169 0 94 0 1 0.44 0.34 326.63 1 0.33
Hex A9 0 5E 0 64 2C 22 147 64 21
Octal 251 0 136 0 144 54 42 507 144 41
Binary 10101001 0 1011110 0 1100100 101100 100010 101000111 1100100 100001

Color Harmonies of #A9005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9005E

Black with #A9005E

Text Example


Text Example

White with #A9005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9005E; }

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

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

background-color css

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

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

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

border-color css

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

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

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