Html Css Color HEX #A80050 Jazzberry Jam

📋 copy color: '#A80050'

red 168 ◦ green 0 ◦ blue 80

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

Shades of Jazzberry Jam #A80050

Tints of Jazzberry Jam #A80050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.26%

R = 67.74%
G = 0%
B = 32.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A80050 (or 0xA80050) is known color: Jazzberry Jam. HEX triplet: A8, 00 and 50. RGB value is (168,0,80). Sum of RGB (Red+Green+Blue) = 168+0+80=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A80050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80050 is #57FFAF. Grayscale: #3B3B3B. Windows color (decimal): -5767088 or 5243048. OLE color: 5243048.

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

Color convert

RGB 168 0 80 -
CMYK 0 1 0.52 0.34
HSL 331.43º 1% 0.33% -
HSV(B) 331.43º 1% 0.66% -
XYZ 17.6 8.9 8.38 -
YUV 59.35 139.66 205.5 -
System Red Green Blue C M Y K H S L
Decimal 168 0 80 0 1 0.52 0.34 331.43 1 0.33
Hex A8 0 50 0 64 34 22 14B 64 21
Octal 250 0 120 0 144 64 42 513 144 41
Binary 10101000 0 1010000 0 1100100 110100 100010 101001011 1100100 100001

Color Harmonies of #A80050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80050

Black with #A80050

Text Example


Text Example

White with #A80050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80050; }

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

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

background-color css

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

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

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

border-color css

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

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

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