Html Css Color HEX #A00653 Jazzberry Jam

📋 copy color: '#A00653'

red 160 ◦ green 6 ◦ blue 83

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

Shades of Jazzberry Jam #A00653

Tints of Jazzberry Jam #A00653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 64.26%
G = 2.41%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A00653 (or 0xA00653) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 53. RGB value is (160,6,83). Sum of RGB (Red+Green+Blue) = 160+6+83=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A00653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00653 is #5FF9AC. Grayscale: #3C3C3C. Windows color (decimal): -6289837 or 5441184. OLE color: 5441184.

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

Color convert

RGB 160 6 83 -
CMYK 0 0.96 0.48 0.37
HSL 330º 0.93% 0.33% -
HSV(B) 330º 0.96% 0.63% -
XYZ 16.12 8.23 8.92 -
YUV 60.82 140.52 198.74 -
System Red Green Blue C M Y K H S L
Decimal 160 6 83 0 0.96 0.48 0.37 330 0.93 0.33
Hex A0 6 53 0 60 30 25 14A 5D 21
Octal 240 6 123 0 140 60 45 512 135 41
Binary 10100000 110 1010011 0 1100000 110000 100101 101001010 1011101 100001

Color Harmonies of #A00653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00653

Black with #A00653

Text Example


Text Example

White with #A00653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00653; }

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

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

background-color css

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

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

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

border-color css

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

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

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