Html Css Color HEX #A00762 Jazzberry Jam

📋 copy color: '#A00762'

red 160 ◦ green 7 ◦ blue 98

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

Shades of Jazzberry Jam #A00762

Tints of Jazzberry Jam #A00762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 60.38%
G = 2.64%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A00762 (or 0xA00762) is known color: Jazzberry Jam. HEX triplet: A0, 07 and 62. RGB value is (160,7,98). Sum of RGB (Red+Green+Blue) = 160+7+98=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A00762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00762 is #5FF89D. Grayscale: #3E3E3E. Windows color (decimal): -6289566 or 6424480. OLE color: 6424480.

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

Color convert

RGB 160 7 98 -
CMYK 0 0.96 0.39 0.37
HSL 324.31º 0.92% 0.33% -
HSV(B) 324.31º 0.96% 0.63% -
XYZ 16.78 8.51 12.31 -
YUV 63.12 147.69 197.1 -
System Red Green Blue C M Y K H S L
Decimal 160 7 98 0 0.96 0.39 0.37 324.31 0.92 0.33
Hex A0 7 62 0 60 27 25 144 5C 21
Octal 240 7 142 0 140 47 45 504 134 41
Binary 10100000 111 1100010 0 1100000 100111 100101 101000100 1011100 100001

Color Harmonies of #A00762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00762

Black with #A00762

Text Example


Text Example

White with #A00762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00762; }

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

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

background-color css

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

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

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

border-color css

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

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

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