Html Css Color HEX #A0085B Jazzberry Jam

📋 copy color: '#A0085B'

red 160 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #A0085B

Tints of Jazzberry Jam #A0085B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.09%

 BLUE value IS 91 (35.94% from 255) = 35.14%

R = 61.78%
G = 3.09%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A0085B (or 0xA0085B) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 5B. RGB value is (160,8,91). Sum of RGB (Red+Green+Blue) = 160+8+91=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0085B is #5FF7A4. Grayscale: #3E3E3E. Windows color (decimal): -6289317 or 5965984. OLE color: 5965984.

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

Color convert

RGB 160 8 91 -
CMYK 0 0.95 0.43 0.37
HSL 327.24º 0.9% 0.33% -
HSV(B) 327.24º 0.95% 0.63% -
XYZ 16.47 8.4 10.65 -
YUV 62.91 143.86 197.25 -
System Red Green Blue C M Y K H S L
Decimal 160 8 91 0 0.95 0.43 0.37 327.24 0.9 0.33
Hex A0 8 5B 0 5F 2B 25 147 5A 21
Octal 240 10 133 0 137 53 45 507 132 41
Binary 10100000 1000 1011011 0 1011111 101011 100101 101000111 1011010 100001

Color Harmonies of #A0085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0085B

Black with #A0085B

Text Example


Text Example

White with #A0085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0085B; }

 p { color: rgb(160,8,91); }

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

background-color css

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

 a { background-color: rgb(160,8,91); }

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

border-color css

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

 span { border-color: rgb(160,8,91); }

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