Html Css Color HEX #A21A5A Jazzberry Jam

📋 copy color: '#A21A5A'

red 162 ◦ green 26 ◦ blue 90

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

Shades of Jazzberry Jam #A21A5A

Tints of Jazzberry Jam #A21A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.37%

R = 58.27%
G = 9.35%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A21A5A (or 0xA21A5A) is known color: Jazzberry Jam. HEX triplet: A2, 1A and 5A. RGB value is (162,26,90). Sum of RGB (Red+Green+Blue) = 162+26+90=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A5A is #5DE5A5. Grayscale: #494949. Windows color (decimal): -6153638 or 5905058. OLE color: 5905058.

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

Color convert

RGB 162 26 90 -
CMYK 0 0.84 0.44 0.36
HSL 331.76º 0.72% 0.37% -
HSV(B) 331.76º 0.84% 0.64% -
XYZ 17.12 9.16 10.54 -
YUV 73.96 137.06 190.8 -
System Red Green Blue C M Y K H S L
Decimal 162 26 90 0 0.84 0.44 0.36 331.76 0.72 0.37
Hex A2 1A 5A 0 54 2C 24 14C 48 25
Octal 242 32 132 0 124 54 44 514 110 45
Binary 10100010 11010 1011010 0 1010100 101100 100100 101001100 1001000 100101

Color Harmonies of #A21A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A5A

Black with #A21A5A

Text Example


Text Example

White with #A21A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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