Html Css Color HEX #A80148 Jazzberry Jam

📋 copy color: '#A80148'

red 168 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #A80148

Tints of Jazzberry Jam #A80148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.88%

R = 69.71%
G = 0.41%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A80148 (or 0xA80148) is known color: Jazzberry Jam. HEX triplet: A8, 01 and 48. RGB value is (168,1,72). Sum of RGB (Red+Green+Blue) = 168+1+72=241 (31% of max value = 765). Red value is 168 (66.02% from 255 or 69.71% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 168 - color contains mainly: red. Hex color #A80148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80148 is #57FEB7. Grayscale: #3A3A3A. Windows color (decimal): -5766840 or 4719016. OLE color: 4719016.

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

Color convert

RGB 168 1 72 -
CMYK 0 0.99 0.57 0.34
HSL 334.49º 0.99% 0.33% -
HSV(B) 334.49º 0.99% 0.66% -
XYZ 17.33 8.81 6.92 -
YUV 59.03 135.33 205.73 -
System Red Green Blue C M Y K H S L
Decimal 168 1 72 0 0.99 0.57 0.34 334.49 0.99 0.33
Hex A8 1 48 0 63 39 22 14E 63 21
Octal 250 1 110 0 143 71 42 516 143 41
Binary 10101000 1 1001000 0 1100011 111001 100010 101001110 1100011 100001

Color Harmonies of #A80148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80148

Black with #A80148

Text Example


Text Example

White with #A80148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80148; }

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

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

background-color css

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

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

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

border-color css

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

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

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