Html Css Color HEX #A0085F Jazzberry Jam

📋 copy color: '#A0085F'

red 160 ◦ green 8 ◦ blue 95

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

Shades of Jazzberry Jam #A0085F

Tints of Jazzberry Jam #A0085F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 60.84%
G = 3.04%
B = 36.12%

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

#A0085F (or 0xA0085F) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 5F. RGB value is (160,8,95). Sum of RGB (Red+Green+Blue) = 160+8+95=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A0085F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0085F is #5FF7A0. Grayscale: #3F3F3F. Windows color (decimal): -6289313 or 6228128. OLE color: 6228128.

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

Color convert

RGB 160 8 95 -
CMYK 0 0.95 0.41 0.37
HSL 325.66º 0.9% 0.33% -
HSV(B) 325.66º 0.95% 0.63% -
XYZ 16.65 8.47 11.58 -
YUV 63.37 145.86 196.93 -
System Red Green Blue C M Y K H S L
Decimal 160 8 95 0 0.95 0.41 0.37 325.66 0.9 0.33
Hex A0 8 5F 0 5F 29 25 146 5A 21
Octal 240 10 137 0 137 51 45 506 132 41
Binary 10100000 1000 1011111 0 1011111 101001 100101 101000110 1011010 100001

Color Harmonies of #A0085F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0085F

Black with #A0085F

Text Example


Text Example

White with #A0085F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0085F; }

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

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

background-color css

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

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

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

border-color css

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

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

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