Html Css Color HEX #A21A6E Jazzberry Jam

📋 copy color: '#A21A6E'

red 162 ◦ green 26 ◦ blue 110

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

Shades of Jazzberry Jam #A21A6E

Tints of Jazzberry Jam #A21A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 54.36%
G = 8.72%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A21A6E (or 0xA21A6E) is known color: Jazzberry Jam. HEX triplet: A2, 1A and 6E. RGB value is (162,26,110). Sum of RGB (Red+Green+Blue) = 162+26+110=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A6E is #5DE591. Grayscale: #4C4C4C. Windows color (decimal): -6153618 or 7215778. OLE color: 7215778.

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

Color convert

RGB 162 26 110 -
CMYK 0 0.84 0.32 0.36
HSL 322.94º 0.72% 0.37% -
HSV(B) 322.94º 0.84% 0.64% -
XYZ 18.08 9.55 15.64 -
YUV 76.24 147.06 189.17 -
System Red Green Blue C M Y K H S L
Decimal 162 26 110 0 0.84 0.32 0.36 322.94 0.72 0.37
Hex A2 1A 6E 0 54 20 24 143 48 25
Octal 242 32 156 0 124 40 44 503 110 45
Binary 10100010 11010 1101110 0 1010100 100000 100100 101000011 1001000 100101

Color Harmonies of #A21A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A6E

Black with #A21A6E

Text Example


Text Example

White with #A21A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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