Html Css Color HEX #A80054 Jazzberry Jam

📋 copy color: '#A80054'

red 168 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #A80054

Tints of Jazzberry Jam #A80054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.34

RGB Variations

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

Color information

#A80054 (or 0xA80054) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 54. RGB value is (168,0,84). Sum of RGB (Red+Green+Blue) = 168+0+84=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A80054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80054 is #57FFAB. Grayscale: #3B3B3B. Windows color (decimal): -5767084 or 5505192. OLE color: 5505192.

HSL color Cylindrical-coordinate representation of color #A80054: hue angle of 330º 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 #A80054 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 84 -
CMYK 0 1 0.5 0.34
HSL 330º 1% 0.33% -
HSV(B) 330º 1% 0.66% -
XYZ 17.75 8.96 9.18 -
YUV 59.81 141.66 205.17 -
System Red Green Blue C M Y K H S L
Decimal 168 0 84 0 1 0.5 0.34 330 1 0.33
Hex A8 0 54 0 64 32 22 14A 64 21
Octal 250 0 124 0 144 62 42 512 144 41
Binary 10101000 0 1010100 0 1100100 110010 100010 101001010 1100100 100001

Color Harmonies of #A80054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80054

Black with #A80054

Text Example


Text Example

White with #A80054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80054; }

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

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

background-color css

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

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

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

border-color css

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

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

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