Html Css Color HEX #A7095E Jazzberry Jam

📋 copy color: '#A7095E'

red 167 ◦ green 9 ◦ blue 94

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

Shades of Jazzberry Jam #A7095E

Tints of Jazzberry Jam #A7095E

RGB

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

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

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

R = 61.85%
G = 3.33%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7095E (or 0xA7095E) is known color: Jazzberry Jam. HEX triplet: A7, 09 and 5E. RGB value is (167,9,94). Sum of RGB (Red+Green+Blue) = 167+9+94=270 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.85% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 167 - color contains mainly: red. Hex color #A7095E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7095E is #58F6A1. Grayscale: #414141. Windows color (decimal): -5830306 or 6162855. OLE color: 6162855.

HSL color Cylindrical-coordinate representation of color #A7095E: hue angle of 327.72º 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 #A7095E is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 9 94 -
CMYK 0 0.95 0.44 0.35
HSL 327.72º 0.9% 0.35% -
HSV(B) 327.72º 0.95% 0.65% -
XYZ 18.05 9.22 11.42 -
YUV 65.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 167 9 94 0 0.95 0.44 0.35 327.72 0.9 0.35
Hex A7 9 5E 0 5F 2C 23 148 5A 23
Octal 247 11 136 0 137 54 43 510 132 43
Binary 10100111 1001 1011110 0 1011111 101100 100011 101001000 1011010 100011

Color Harmonies of #A7095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7095E

Black with #A7095E

Text Example


Text Example

White with #A7095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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