Html Css Color HEX #A9035C Jazzberry Jam

📋 copy color: '#A9035C'

red 169 ◦ green 3 ◦ blue 92

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

Shades of Jazzberry Jam #A9035C

Tints of Jazzberry Jam #A9035C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

 BLUE value IS 92 (36.33% from 255) = 34.85%

R = 64.02%
G = 1.14%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9035C (or 0xA9035C) is known color: Jazzberry Jam. HEX triplet: A9, 03 and 5C. RGB value is (169,3,92). Sum of RGB (Red+Green+Blue) = 169+3+92=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A9035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9035C is #56FCA3. Grayscale: #3E3E3E. Windows color (decimal): -5700772 or 6030249. OLE color: 6030249.

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

Color convert

RGB 169 3 92 -
CMYK 0 0.98 0.46 0.34
HSL 327.83º 0.97% 0.34% -
HSV(B) 327.83º 0.98% 0.66% -
XYZ 18.33 9.27 10.95 -
YUV 62.78 144.5 203.76 -
System Red Green Blue C M Y K H S L
Decimal 169 3 92 0 0.98 0.46 0.34 327.83 0.97 0.34
Hex A9 3 5C 0 62 2E 22 148 61 22
Octal 251 3 134 0 142 56 42 510 141 42
Binary 10101001 11 1011100 0 1100010 101110 100010 101001000 1100001 100010

Color Harmonies of #A9035C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9035C

Black with #A9035C

Text Example


Text Example

White with #A9035C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9035C; }

 p { color: rgb(169,3,92); }

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

background-color css

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

 a { background-color: rgb(169,3,92); }

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

border-color css

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

 span { border-color: rgb(169,3,92); }

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