Html Css Color HEX #A21A63 Jazzberry Jam

📋 copy color: '#A21A63'

red 162 ◦ green 26 ◦ blue 99

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

Shades of Jazzberry Jam #A21A63

Tints of Jazzberry Jam #A21A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 56.45%
G = 9.06%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A21A63 (or 0xA21A63) is known color: Jazzberry Jam. HEX triplet: A2, 1A and 63. RGB value is (162,26,99). Sum of RGB (Red+Green+Blue) = 162+26+99=287 (38% of max value = 765). Red value is 162 (63.67% from 255 or 56.45% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A63 is #5DE59C. Grayscale: #4A4A4A. Windows color (decimal): -6153629 or 6494882. OLE color: 6494882.

HSL color Cylindrical-coordinate representation of color #A21A63: hue angle of 327.79º 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 #A21A63 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 26 99 -
CMYK 0 0.84 0.39 0.36
HSL 327.79º 0.72% 0.37% -
HSV(B) 327.79º 0.84% 0.64% -
XYZ 17.52 9.32 12.68 -
YUV 74.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 162 26 99 0 0.84 0.39 0.36 327.79 0.72 0.37
Hex A2 1A 63 0 54 27 24 148 48 25
Octal 242 32 143 0 124 47 44 510 110 45
Binary 10100010 11010 1100011 0 1010100 100111 100100 101001000 1001000 100101

Color Harmonies of #A21A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A63

Black with #A21A63

Text Example


Text Example

White with #A21A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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