Html Css Color HEX #A00953 Jazzberry Jam

📋 copy color: '#A00953'

red 160 ◦ green 9 ◦ blue 83

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

Shades of Jazzberry Jam #A00953

Tints of Jazzberry Jam #A00953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.57%

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

R = 63.49%
G = 3.57%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A00953 (or 0xA00953) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 53. RGB value is (160,9,83). Sum of RGB (Red+Green+Blue) = 160+9+83=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A00953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00953 is #5FF6AC. Grayscale: #3E3E3E. Windows color (decimal): -6289069 or 5441952. OLE color: 5441952.

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

Color convert

RGB 160 9 83 -
CMYK 0 0.94 0.48 0.37
HSL 330.6º 0.89% 0.33% -
HSV(B) 330.6º 0.94% 0.63% -
XYZ 16.16 8.29 8.93 -
YUV 62.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 160 9 83 0 0.94 0.48 0.37 330.6 0.89 0.33
Hex A0 9 53 0 5E 30 25 14B 59 21
Octal 240 11 123 0 136 60 45 513 131 41
Binary 10100000 1001 1010011 0 1011110 110000 100101 101001011 1011001 100001

Color Harmonies of #A00953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00953

Black with #A00953

Text Example


Text Example

White with #A00953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00953; }

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

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

background-color css

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

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

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

border-color css

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

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

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