Html Css Color HEX #A00651 Jazzberry Jam

📋 copy color: '#A00651'

red 160 ◦ green 6 ◦ blue 81

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

Shades of Jazzberry Jam #A00651

Tints of Jazzberry Jam #A00651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.79%

R = 64.78%
G = 2.43%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A00651 (or 0xA00651) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 51. RGB value is (160,6,81). Sum of RGB (Red+Green+Blue) = 160+6+81=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A00651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00651 is #5FF9AE. Grayscale: #3C3C3C. Windows color (decimal): -6289839 or 5310112. OLE color: 5310112.

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

Color convert

RGB 160 6 81 -
CMYK 0 0.96 0.49 0.37
HSL 330.78º 0.93% 0.33% -
HSV(B) 330.78º 0.96% 0.63% -
XYZ 16.05 8.2 8.52 -
YUV 60.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 160 6 81 0 0.96 0.49 0.37 330.78 0.93 0.33
Hex A0 6 51 0 60 31 25 14B 5D 21
Octal 240 6 121 0 140 61 45 513 135 41
Binary 10100000 110 1010001 0 1100000 110001 100101 101001011 1011101 100001

Color Harmonies of #A00651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00651

Black with #A00651

Text Example


Text Example

White with #A00651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00651; }

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

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

background-color css

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

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

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

border-color css

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

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

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