Html Css Color HEX #A7065E Jazzberry Jam

📋 copy color: '#A7065E'

red 167 ◦ green 6 ◦ blue 94

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

Shades of Jazzberry Jam #A7065E

Tints of Jazzberry Jam #A7065E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 62.55%
G = 2.25%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7065E (or 0xA7065E) is known color: Jazzberry Jam. HEX triplet: A7, 06 and 5E. RGB value is (167,6,94). Sum of RGB (Red+Green+Blue) = 167+6+94=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A7065E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7065E is #58F9A1. Grayscale: #3F3F3F. Windows color (decimal): -5831074 or 6162087. OLE color: 6162087.

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

Color convert

RGB 167 6 94 -
CMYK 0 0.96 0.44 0.35
HSL 327.21º 0.93% 0.34% -
HSV(B) 327.21º 0.96% 0.65% -
XYZ 18.02 9.15 11.41 -
YUV 64.17 144.84 201.34 -
System Red Green Blue C M Y K H S L
Decimal 167 6 94 0 0.96 0.44 0.35 327.21 0.93 0.34
Hex A7 6 5E 0 60 2C 23 147 5D 22
Octal 247 6 136 0 140 54 43 507 135 42
Binary 10100111 110 1011110 0 1100000 101100 100011 101000111 1011101 100010

Color Harmonies of #A7065E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7065E

Black with #A7065E

Text Example


Text Example

White with #A7065E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7065E; }

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

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

background-color css

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

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

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

border-color css

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

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

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