Html Css Color HEX #A80055 Jazzberry Jam

📋 copy color: '#A80055'

red 168 ◦ green 0 ◦ blue 85

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

Shades of Jazzberry Jam #A80055

Tints of Jazzberry Jam #A80055

RGB

 RED value IS 168 (66.02% from 255) = 66.4%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 66.4%
G = 0%
B = 33.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A80055 (or 0xA80055) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 55. RGB value is (168,0,85). Sum of RGB (Red+Green+Blue) = 168+0+85=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A80055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80055 is #57FFAA. Grayscale: #3B3B3B. Windows color (decimal): -5767083 or 5570728. OLE color: 5570728.

HSL color Cylindrical-coordinate representation of color #A80055: hue angle of 329.64º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80055 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 85 -
CMYK 0 1 0.49 0.34
HSL 329.64º 1% 0.33% -
HSV(B) 329.64º 1% 0.66% -
XYZ 17.79 8.98 9.39 -
YUV 59.92 142.16 205.09 -
System Red Green Blue C M Y K H S L
Decimal 168 0 85 0 1 0.49 0.34 329.64 1 0.33
Hex A8 0 55 0 64 31 22 14A 64 21
Octal 250 0 125 0 144 61 42 512 144 41
Binary 10101000 0 1010101 0 1100100 110001 100010 101001010 1100100 100001

Color Harmonies of #A80055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80055

Black with #A80055

Text Example


Text Example

White with #A80055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80055; }

 p { color: rgb(168,0,85); }

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

background-color css

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

 a { background-color: rgb(168,0,85); }

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

border-color css

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

 span { border-color: rgb(168,0,85); }

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