Html Css Color HEX #A9075C Jazzberry Jam

📋 copy color: '#A9075C'

red 169 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #A9075C

Tints of Jazzberry Jam #A9075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.61%

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

R = 63.06%
G = 2.61%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9075C (or 0xA9075C) is known color: Jazzberry Jam. HEX triplet: A9, 07 and 5C. RGB value is (169,7,92). Sum of RGB (Red+Green+Blue) = 169+7+92=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A9075C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9075C is #56F8A3. Grayscale: #404040. Windows color (decimal): -5699748 or 6031273. OLE color: 6031273.

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

Color convert

RGB 169 7 92 -
CMYK 0 0.96 0.46 0.34
HSL 328.52º 0.92% 0.35% -
HSV(B) 328.52º 0.96% 0.66% -
XYZ 18.37 9.36 10.96 -
YUV 65.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 169 7 92 0 0.96 0.46 0.34 328.52 0.92 0.35
Hex A9 7 5C 0 60 2E 22 149 5C 23
Octal 251 7 134 0 140 56 42 511 134 43
Binary 10101001 111 1011100 0 1100000 101110 100010 101001001 1011100 100011

Color Harmonies of #A9075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9075C

Black with #A9075C

Text Example


Text Example

White with #A9075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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