Html Css Color HEX #A21261 Jazzberry Jam

📋 copy color: '#A21261'

red 162 ◦ green 18 ◦ blue 97

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

Shades of Jazzberry Jam #A21261

Tints of Jazzberry Jam #A21261

RGB

 RED value IS 162 (63.67% from 255) = 58.48%

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

 BLUE value IS 97 (38.28% from 255) = 35.02%

R = 58.48%
G = 6.5%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A21261 (or 0xA21261) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 61. RGB value is (162,18,97). Sum of RGB (Red+Green+Blue) = 162+18+97=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A21261 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21261 is #5DED9E. Grayscale: #454545. Windows color (decimal): -6155679 or 6361762. OLE color: 6361762.

HSL color Cylindrical-coordinate representation of color #A21261: hue angle of 327.08º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21261 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 18 97 -
CMYK 0 0.89 0.40 0.36
HSL 327.08º 0.8% 0.35% -
HSV(B) 327.08º 0.89% 0.64% -
XYZ 17.27 8.98 12.13 -
YUV 70.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 162 18 97 0 0.89 0.40 0.36 327.08 0.8 0.35
Hex A2 12 61 0 59 28 24 147 50 23
Octal 242 22 141 0 131 50 44 507 120 43
Binary 10100010 10010 1100001 0 1011001 101000 100100 101000111 1010000 100011

Color Harmonies of #A21261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21261

Black with #A21261

Text Example


Text Example

White with #A21261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21261; }

 p { color: rgb(162,18,97); }

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

background-color css

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

 a { background-color: rgb(162,18,97); }

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

border-color css

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

 span { border-color: rgb(162,18,97); }

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