Html Css Color HEX #A0095A Jazzberry Jam

📋 copy color: '#A0095A'

red 160 ◦ green 9 ◦ blue 90

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

Shades of Jazzberry Jam #A0095A

Tints of Jazzberry Jam #A0095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 61.78%
G = 3.47%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0095A (or 0xA0095A) is known color: Jazzberry Jam. HEX triplet: A0, 09 and 5A. RGB value is (160,9,90). Sum of RGB (Red+Green+Blue) = 160+9+90=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0095A is #5FF6A5. Grayscale: #3F3F3F. Windows color (decimal): -6289062 or 5900704. OLE color: 5900704.

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

Color convert

RGB 160 9 90 -
CMYK 0 0.94 0.44 0.37
HSL 327.81º 0.89% 0.33% -
HSV(B) 327.81º 0.94% 0.63% -
XYZ 16.44 8.41 10.43 -
YUV 63.38 143.03 196.91 -
System Red Green Blue C M Y K H S L
Decimal 160 9 90 0 0.94 0.44 0.37 327.81 0.89 0.33
Hex A0 9 5A 0 5E 2C 25 148 59 21
Octal 240 11 132 0 136 54 45 510 131 41
Binary 10100000 1001 1011010 0 1011110 101100 100101 101001000 1011001 100001

Color Harmonies of #A0095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0095A

Black with #A0095A

Text Example


Text Example

White with #A0095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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