Html Css Color HEX #A0085E Jazzberry Jam

📋 copy color: '#A0085E'

red 160 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #A0085E

Tints of Jazzberry Jam #A0085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 61.07%
G = 3.05%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0085E (or 0xA0085E) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 5E. RGB value is (160,8,94). Sum of RGB (Red+Green+Blue) = 160+8+94=262 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.07% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 160 - color contains mainly: red. Hex color #A0085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0085E is #5FF7A1. Grayscale: #3F3F3F. Windows color (decimal): -6289314 or 6162592. OLE color: 6162592.

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

Color convert

RGB 160 8 94 -
CMYK 0 0.95 0.41 0.37
HSL 326.05º 0.9% 0.33% -
HSV(B) 326.05º 0.95% 0.63% -
XYZ 16.6 8.46 11.35 -
YUV 63.25 145.36 197.01 -
System Red Green Blue C M Y K H S L
Decimal 160 8 94 0 0.95 0.41 0.37 326.05 0.9 0.33
Hex A0 8 5E 0 5F 29 25 146 5A 21
Octal 240 10 136 0 137 51 45 506 132 41
Binary 10100000 1000 1011110 0 1011111 101001 100101 101000110 1011010 100001

Color Harmonies of #A0085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0085E

Black with #A0085E

Text Example


Text Example

White with #A0085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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