Html Css Color HEX #A01653 Jazzberry Jam

📋 copy color: '#A01653'

red 160 ◦ green 22 ◦ blue 83

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

Shades of Jazzberry Jam #A01653

Tints of Jazzberry Jam #A01653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.3%

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

R = 60.38%
G = 8.3%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A01653 (or 0xA01653) is known color: Jazzberry Jam. HEX triplet: A0, 16 and 53. RGB value is (160,22,83). Sum of RGB (Red+Green+Blue) = 160+22+83=265 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.38% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 160 - color contains mainly: red. Hex color #A01653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01653 is #5FE9AC. Grayscale: #464646. Windows color (decimal): -6285741 or 5445280. OLE color: 5445280.

HSL color Cylindrical-coordinate representation of color #A01653: hue angle of 333.48º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01653 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 22 83 -
CMYK 0 0.86 0.48 0.37
HSL 333.48º 0.76% 0.36% -
HSV(B) 333.48º 0.86% 0.63% -
XYZ 16.35 8.67 9 -
YUV 70.22 135.22 192.04 -
System Red Green Blue C M Y K H S L
Decimal 160 22 83 0 0.86 0.48 0.37 333.48 0.76 0.36
Hex A0 16 53 0 56 30 25 14D 4C 24
Octal 240 26 123 0 126 60 45 515 114 44
Binary 10100000 10110 1010011 0 1010110 110000 100101 101001101 1001100 100100

Color Harmonies of #A01653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01653

Black with #A01653

Text Example


Text Example

White with #A01653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01653; }

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

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

background-color css

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

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

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

border-color css

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

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

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