Html Css Color HEX #A81260 Jazzberry Jam

📋 copy color: '#A81260'

red 168 ◦ green 18 ◦ blue 96

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

Shades of Jazzberry Jam #A81260

Tints of Jazzberry Jam #A81260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

 BLUE value IS 96 (37.89% from 255) = 34.04%

R = 59.57%
G = 6.38%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A81260 (or 0xA81260) is known color: Jazzberry Jam. HEX triplet: A8, 12 and 60. RGB value is (168,18,96). Sum of RGB (Red+Green+Blue) = 168+18+96=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A81260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81260 is #57ED9F. Grayscale: #474747. Windows color (decimal): -5762464 or 6296232. OLE color: 6296232.

HSL color Cylindrical-coordinate representation of color #A81260: hue angle of 328.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A81260 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 18 96 -
CMYK 0 0.89 0.43 0.34
HSL 328.8º 0.81% 0.36% -
HSV(B) 328.8º 0.89% 0.66% -
XYZ 18.48 9.6 11.95 -
YUV 71.74 141.7 196.66 -
System Red Green Blue C M Y K H S L
Decimal 168 18 96 0 0.89 0.43 0.34 328.8 0.81 0.36
Hex A8 12 60 0 59 2B 22 149 51 24
Octal 250 22 140 0 131 53 42 511 121 44
Binary 10101000 10010 1100000 0 1011001 101011 100010 101001001 1010001 100100

Color Harmonies of #A81260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81260

Black with #A81260

Text Example


Text Example

White with #A81260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81260; }

 p { color: rgb(168,18,96); }

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

background-color css

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

 a { background-color: rgb(168,18,96); }

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

border-color css

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

 span { border-color: rgb(168,18,96); }

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