Html Css Color HEX #A7095C Jazzberry Jam

📋 copy color: '#A7095C'

red 167 ◦ green 9 ◦ blue 92

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

Shades of Jazzberry Jam #A7095C

Tints of Jazzberry Jam #A7095C

RGB

 RED value IS 167 (65.63% from 255) = 62.31%

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 62.31%
G = 3.36%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A7095C (or 0xA7095C) is known color: Jazzberry Jam. HEX triplet: A7, 09 and 5C. RGB value is (167,9,92). Sum of RGB (Red+Green+Blue) = 167+9+92=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A7095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7095C is #58F6A3. Grayscale: #414141. Windows color (decimal): -5830308 or 6031783. OLE color: 6031783.

HSL color Cylindrical-coordinate representation of color #A7095C: hue angle of 328.48º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A7095C is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 9 92 -
CMYK 0 0.95 0.45 0.35
HSL 328.48º 0.9% 0.35% -
HSV(B) 328.48º 0.95% 0.65% -
XYZ 17.97 9.18 10.95 -
YUV 65.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 167 9 92 0 0.95 0.45 0.35 328.48 0.9 0.35
Hex A7 9 5C 0 5F 2D 23 148 5A 23
Octal 247 11 134 0 137 55 43 510 132 43
Binary 10100111 1001 1011100 0 1011111 101101 100011 101001000 1011010 100011

Color Harmonies of #A7095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7095C

Black with #A7095C

Text Example


Text Example

White with #A7095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7095C; }

 p { color: rgb(167,9,92); }

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

background-color css

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

 a { background-color: rgb(167,9,92); }

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

border-color css

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

 span { border-color: rgb(167,9,92); }

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