Html Css Color HEX #A21A61 Jazzberry Jam

📋 copy color: '#A21A61'

red 162 ◦ green 26 ◦ blue 97

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

Shades of Jazzberry Jam #A21A61

Tints of Jazzberry Jam #A21A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

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

R = 56.84%
G = 9.12%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A21A61 (or 0xA21A61) is known color: Jazzberry Jam. HEX triplet: A2, 1A and 61. RGB value is (162,26,97). Sum of RGB (Red+Green+Blue) = 162+26+97=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A61 is #5DE59E. Grayscale: #4A4A4A. Windows color (decimal): -6153631 or 6363810. OLE color: 6363810.

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

Color convert

RGB 162 26 97 -
CMYK 0 0.84 0.40 0.36
HSL 328.68º 0.72% 0.37% -
HSV(B) 328.68º 0.84% 0.64% -
XYZ 17.43 9.28 12.18 -
YUV 74.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 162 26 97 0 0.84 0.40 0.36 328.68 0.72 0.37
Hex A2 1A 61 0 54 28 24 149 48 25
Octal 242 32 141 0 124 50 44 511 110 45
Binary 10100010 11010 1100001 0 1010100 101000 100100 101001001 1001000 100101

Color Harmonies of #A21A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A61

Black with #A21A61

Text Example


Text Example

White with #A21A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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