Html Css Color HEX #A80143 Jazzberry Jam

📋 copy color: '#A80143'

red 168 ◦ green 1 ◦ blue 67

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

Shades of Jazzberry Jam #A80143

Tints of Jazzberry Jam #A80143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

 BLUE value IS 67 (26.56% from 255) = 28.39%

R = 71.19%
G = 0.42%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A80143 (or 0xA80143) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 43. RGB value is (168,1,67). Sum of RGB (Red+Green+Blue) = 168+1+67=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A80143 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80143 is #57FEBC. Grayscale: #3A3A3A. Windows color (decimal): -5766845 or 4391336. OLE color: 4391336.

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

Color convert

RGB 168 1 67 -
CMYK 0 0.99 0.60 0.34
HSL 336.29º 0.99% 0.33% -
HSV(B) 336.29º 0.99% 0.66% -
XYZ 17.17 8.75 6.09 -
YUV 58.46 132.83 206.13 -
System Red Green Blue C M Y K H S L
Decimal 168 1 67 0 0.99 0.60 0.34 336.29 0.99 0.33
Hex A8 1 43 0 63 3C 22 150 63 21
Octal 250 1 103 0 143 74 42 520 143 41
Binary 10101000 1 1000011 0 1100011 111100 100010 101010000 1100011 100001

Color Harmonies of #A80143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80143

Black with #A80143

Text Example


Text Example

White with #A80143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80143; }

 p { color: rgb(168,1,67); }

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

background-color css

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

 a { background-color: rgb(168,1,67); }

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

border-color css

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

 span { border-color: rgb(168,1,67); }

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