Html Css Color HEX #A7065A Jazzberry Jam

📋 copy color: '#A7065A'

red 167 ◦ green 6 ◦ blue 90

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

Shades of Jazzberry Jam #A7065A

Tints of Jazzberry Jam #A7065A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 63.5%
G = 2.28%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7065A (or 0xA7065A) is known color: Jazzberry Jam. HEX triplet: A7, 06 and 5A. RGB value is (167,6,90). Sum of RGB (Red+Green+Blue) = 167+6+90=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 6 (2.73% from 255 or 2.28% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A7065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7065A is #58F9A5. Grayscale: #3F3F3F. Windows color (decimal): -5831078 or 5899943. OLE color: 5899943.

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

Color convert

RGB 167 6 90 -
CMYK 0 0.96 0.46 0.35
HSL 328.7º 0.93% 0.34% -
HSV(B) 328.7º 0.96% 0.65% -
XYZ 17.85 9.08 10.49 -
YUV 63.72 142.84 201.67 -
System Red Green Blue C M Y K H S L
Decimal 167 6 90 0 0.96 0.46 0.35 328.7 0.93 0.34
Hex A7 6 5A 0 60 2E 23 149 5D 22
Octal 247 6 132 0 140 56 43 511 135 42
Binary 10100111 110 1011010 0 1100000 101110 100011 101001001 1011101 100010

Color Harmonies of #A7065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7065A

Black with #A7065A

Text Example


Text Example

White with #A7065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7065A; }

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

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

background-color css

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

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

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

border-color css

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

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

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