Html Css Color HEX #A00659 Jazzberry Jam

📋 copy color: '#A00659'

red 160 ◦ green 6 ◦ blue 89

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

Shades of Jazzberry Jam #A00659

Tints of Jazzberry Jam #A00659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.9%

R = 62.75%
G = 2.35%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A00659 (or 0xA00659) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 59. RGB value is (160,6,89). Sum of RGB (Red+Green+Blue) = 160+6+89=255 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.75% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 160 - color contains mainly: red. Hex color #A00659 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00659 is #5FF9A6. Grayscale: #3D3D3D. Windows color (decimal): -6289831 or 5834400. OLE color: 5834400.

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

Color convert

RGB 160 6 89 -
CMYK 0 0.96 0.44 0.37
HSL 327.66º 0.93% 0.33% -
HSV(B) 327.66º 0.96% 0.63% -
XYZ 16.37 8.33 10.2 -
YUV 61.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 160 6 89 0 0.96 0.44 0.37 327.66 0.93 0.33
Hex A0 6 59 0 60 2C 25 148 5D 21
Octal 240 6 131 0 140 54 45 510 135 41
Binary 10100000 110 1011001 0 1100000 101100 100101 101001000 1011101 100001

Color Harmonies of #A00659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00659

Black with #A00659

Text Example


Text Example

White with #A00659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00659; }

 p { color: rgb(160,6,89); }

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

background-color css

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

 a { background-color: rgb(160,6,89); }

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

border-color css

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

 span { border-color: rgb(160,6,89); }

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