Html Css Color HEX #A00153 Jazzberry Jam

📋 copy color: '#A00153'

red 160 ◦ green 1 ◦ blue 83

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

Shades of Jazzberry Jam #A00153

Tints of Jazzberry Jam #A00153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 65.57%
G = 0.41%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A00153 (or 0xA00153) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 53. RGB value is (160,1,83). Sum of RGB (Red+Green+Blue) = 160+1+83=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A00153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00153 is #5FFEAC. Grayscale: #393939. Windows color (decimal): -6291117 or 5439904. OLE color: 5439904.

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

Color convert

RGB 160 1 83 -
CMYK 0 0.99 0.48 0.37
HSL 329.06º 0.99% 0.32% -
HSV(B) 329.06º 0.99% 0.63% -
XYZ 16.07 8.12 8.9 -
YUV 57.89 142.18 200.83 -
System Red Green Blue C M Y K H S L
Decimal 160 1 83 0 0.99 0.48 0.37 329.06 0.99 0.32
Hex A0 1 53 0 63 30 25 149 63 20
Octal 240 1 123 0 143 60 45 511 143 40
Binary 10100000 1 1010011 0 1100011 110000 100101 101001001 1100011 100000

Color Harmonies of #A00153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00153

Black with #A00153

Text Example


Text Example

White with #A00153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00153; }

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

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

background-color css

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

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

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

border-color css

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

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

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