Html Css Color HEX #A00657 Jazzberry Jam

📋 copy color: '#A00657'

red 160 ◦ green 6 ◦ blue 87

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

Shades of Jazzberry Jam #A00657

Tints of Jazzberry Jam #A00657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.39%

R = 63.24%
G = 2.37%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A00657 (or 0xA00657) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 57. RGB value is (160,6,87). Sum of RGB (Red+Green+Blue) = 160+6+87=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 87 (34.38% from 255 or 34.39% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A00657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00657 is #5FF9A8. Grayscale: #3D3D3D. Windows color (decimal): -6289833 or 5703328. OLE color: 5703328.

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

Color convert

RGB 160 6 87 -
CMYK 0 0.96 0.46 0.37
HSL 328.44º 0.93% 0.33% -
HSV(B) 328.44º 0.96% 0.63% -
XYZ 16.28 8.29 9.76 -
YUV 61.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 160 6 87 0 0.96 0.46 0.37 328.44 0.93 0.33
Hex A0 6 57 0 60 2E 25 148 5D 21
Octal 240 6 127 0 140 56 45 510 135 41
Binary 10100000 110 1010111 0 1100000 101110 100101 101001000 1011101 100001

Color Harmonies of #A00657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00657

Black with #A00657

Text Example


Text Example

White with #A00657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00657; }

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

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

background-color css

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

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

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

border-color css

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

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

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