Html Css Color HEX #A00760 Jazzberry Jam

📋 copy color: '#A00760'

red 160 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #A00760

Tints of Jazzberry Jam #A00760

RGB

 RED value IS 160 (62.89% from 255) = 60.84%

 GREEN value IS 7 (3.13% from 255) = 2.66%

 BLUE value IS 96 (37.89% from 255) = 36.5%

R = 60.84%
G = 2.66%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A00760 (or 0xA00760) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 60. RGB value is (160,7,96). Sum of RGB (Red+Green+Blue) = 160+7+96=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A00760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00760 is #5FF89F. Grayscale: #3E3E3E. Windows color (decimal): -6289568 or 6293408. OLE color: 6293408.

HSL color Cylindrical-coordinate representation of color #A00760: hue angle of 325.1º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A00760 is Cyan = 0, Magento = 0.96, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 7 96 -
CMYK 0 0.96 0.4 0.37
HSL 325.1º 0.92% 0.33% -
HSV(B) 325.1º 0.96% 0.63% -
XYZ 16.68 8.47 11.82 -
YUV 62.89 146.69 197.26 -
System Red Green Blue C M Y K H S L
Decimal 160 7 96 0 0.96 0.4 0.37 325.1 0.92 0.33
Hex A0 7 60 0 60 28 25 145 5C 21
Octal 240 7 140 0 140 50 45 505 134 41
Binary 10100000 111 1100000 0 1100000 101000 100101 101000101 1011100 100001

Color Harmonies of #A00760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00760

Black with #A00760

Text Example


Text Example

White with #A00760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00760; }

 p { color: rgb(160,7,96); }

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

background-color css

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

 a { background-color: rgb(160,7,96); }

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

border-color css

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

 span { border-color: rgb(160,7,96); }

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