Html Css Color HEX #A0085C Jazzberry Jam

📋 copy color: '#A0085C'

red 160 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #A0085C

Tints of Jazzberry Jam #A0085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 61.54%
G = 3.08%
B = 35.38%

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

#A0085C (or 0xA0085C) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 5C. RGB value is (160,8,92). Sum of RGB (Red+Green+Blue) = 160+8+92=260 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.54% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 160 - color contains mainly: red. Hex color #A0085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0085C is #5FF7A3. Grayscale: #3E3E3E. Windows color (decimal): -6289316 or 6031520. OLE color: 6031520.

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

Color convert

RGB 160 8 92 -
CMYK 0 0.95 0.43 0.37
HSL 326.84º 0.9% 0.33% -
HSV(B) 326.84º 0.95% 0.63% -
XYZ 16.52 8.42 10.88 -
YUV 63.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 160 8 92 0 0.95 0.43 0.37 326.84 0.9 0.33
Hex A0 8 5C 0 5F 2B 25 147 5A 21
Octal 240 10 134 0 137 53 45 507 132 41
Binary 10100000 1000 1011100 0 1011111 101011 100101 101000111 1011010 100001

Color Harmonies of #A0085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0085C

Black with #A0085C

Text Example


Text Example

White with #A0085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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