Html Css Color HEX #A21874 Jazzberry Jam

📋 copy color: '#A21874'

red 162 ◦ green 24 ◦ blue 116

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

Shades of Jazzberry Jam #A21874

Tints of Jazzberry Jam #A21874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 53.64%
G = 7.95%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A21874 (or 0xA21874) is known color: Jazzberry Jam. HEX triplet: A2, 18 and 74. RGB value is (162,24,116). Sum of RGB (Red+Green+Blue) = 162+24+116=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A21874 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21874 is #5DE78B. Grayscale: #4B4B4B. Windows color (decimal): -6154124 or 7608482. OLE color: 7608482.

HSL color Cylindrical-coordinate representation of color #A21874: hue angle of 320º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A21874 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 24 116 -
CMYK 0 0.85 0.28 0.36
HSL 320º 0.74% 0.36% -
HSV(B) 320º 0.85% 0.64% -
XYZ 18.38 9.6 17.41 -
YUV 75.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 162 24 116 0 0.85 0.28 0.36 320 0.74 0.36
Hex A2 18 74 0 55 1C 24 140 4A 24
Octal 242 30 164 0 125 34 44 500 112 44
Binary 10100010 11000 1110100 0 1010101 11100 100100 101000000 1001010 100100

Color Harmonies of #A21874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21874

Black with #A21874

Text Example


Text Example

White with #A21874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21874; }

 p { color: rgb(162,24,116); }

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

background-color css

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

 a { background-color: rgb(162,24,116); }

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

border-color css

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

 span { border-color: rgb(162,24,116); }

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