Html Css Color HEX #A7065F Jazzberry Jam

📋 copy color: '#A7065F'

red 167 ◦ green 6 ◦ blue 95

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

Shades of Jazzberry Jam #A7065F

Tints of Jazzberry Jam #A7065F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.45%

R = 62.31%
G = 2.24%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A7065F (or 0xA7065F) is known color: Jazzberry Jam. HEX triplet: A7, 06 and 5F. RGB value is (167,6,95). Sum of RGB (Red+Green+Blue) = 167+6+95=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A7065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7065F is #58F9A0. Grayscale: #404040. Windows color (decimal): -5831073 or 6227623. OLE color: 6227623.

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

Color convert

RGB 167 6 95 -
CMYK 0 0.96 0.43 0.35
HSL 326.83º 0.93% 0.34% -
HSV(B) 326.83º 0.96% 0.65% -
XYZ 18.07 9.17 11.64 -
YUV 64.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 167 6 95 0 0.96 0.43 0.35 326.83 0.93 0.34
Hex A7 6 5F 0 60 2B 23 147 5D 22
Octal 247 6 137 0 140 53 43 507 135 42
Binary 10100111 110 1011111 0 1100000 101011 100011 101000111 1011101 100010

Color Harmonies of #A7065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7065F

Black with #A7065F

Text Example


Text Example

White with #A7065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7065F; }

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

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

background-color css

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

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

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

border-color css

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

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

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