Html Css Color HEX #A21C6F Jazzberry Jam

📋 copy color: '#A21C6F'

red 162 ◦ green 28 ◦ blue 111

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

Shades of Jazzberry Jam #A21C6F

Tints of Jazzberry Jam #A21C6F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.3%

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 53.82%
G = 9.3%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A21C6F (or 0xA21C6F) is known color: Jazzberry Jam. HEX triplet: A2, 1C and 6F. RGB value is (162,28,111). Sum of RGB (Red+Green+Blue) = 162+28+111=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21C6F is #5DE390. Grayscale: #4D4D4D. Windows color (decimal): -6153105 or 7281826. OLE color: 7281826.

HSL color Cylindrical-coordinate representation of color #A21C6F: hue angle of 322.84º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A21C6F is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 28 111 -
CMYK 0 0.83 0.31 0.36
HSL 322.84º 0.71% 0.37% -
HSV(B) 322.84º 0.83% 0.64% -
XYZ 18.18 9.66 15.94 -
YUV 77.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 162 28 111 0 0.83 0.31 0.36 322.84 0.71 0.37
Hex A2 1C 6F 0 53 1F 24 143 47 25
Octal 242 34 157 0 123 37 44 503 107 45
Binary 10100010 11100 1101111 0 1010011 11111 100100 101000011 1000111 100101

Color Harmonies of #A21C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C6F

Black with #A21C6F

Text Example


Text Example

White with #A21C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C6F; }

 p { color: rgb(162,28,111); }

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

background-color css

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

 a { background-color: rgb(162,28,111); }

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

border-color css

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

 span { border-color: rgb(162,28,111); }

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