Html Css Color HEX #A21A75 Jazzberry Jam

📋 copy color: '#A21A75'

red 162 ◦ green 26 ◦ blue 117

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

Shades of Jazzberry Jam #A21A75

Tints of Jazzberry Jam #A21A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 53.11%
G = 8.52%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A21A75 (or 0xA21A75) is known color: Jazzberry Jam. HEX triplet: A2, 1A and 75. RGB value is (162,26,117). Sum of RGB (Red+Green+Blue) = 162+26+117=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21A75 is #5DE58A. Grayscale: #4C4C4C. Windows color (decimal): -6153611 or 7674530. OLE color: 7674530.

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

Color convert

RGB 162 26 117 -
CMYK 0 0.84 0.28 0.36
HSL 319.85º 0.72% 0.37% -
HSV(B) 319.85º 0.84% 0.64% -
XYZ 18.48 9.7 17.73 -
YUV 77.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 162 26 117 0 0.84 0.28 0.36 319.85 0.72 0.37
Hex A2 1A 75 0 54 1C 24 140 48 25
Octal 242 32 165 0 124 34 44 500 110 45
Binary 10100010 11010 1110101 0 1010100 11100 100100 101000000 1001000 100101

Color Harmonies of #A21A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A75

Black with #A21A75

Text Example


Text Example

White with #A21A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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