Html Css Color HEX #A21268 Jazzberry Jam

📋 copy color: '#A21268'

red 162 ◦ green 18 ◦ blue 104

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

Shades of Jazzberry Jam #A21268

Tints of Jazzberry Jam #A21268

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 57.04%
G = 6.34%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A21268 (or 0xA21268) is known color: Jazzberry Jam. HEX triplet: A2, 12 and 68. RGB value is (162,18,104). Sum of RGB (Red+Green+Blue) = 162+18+104=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A21268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A21268 is #5DED97. Grayscale: #464646. Windows color (decimal): -6155672 or 6820514. OLE color: 6820514.

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

Color convert

RGB 162 18 104 -
CMYK 0 0.89 0.36 0.36
HSL 324.17º 0.8% 0.35% -
HSV(B) 324.17º 0.89% 0.64% -
XYZ 17.62 9.11 13.93 -
YUV 70.86 146.71 193.01 -
System Red Green Blue C M Y K H S L
Decimal 162 18 104 0 0.89 0.36 0.36 324.17 0.8 0.35
Hex A2 12 68 0 59 24 24 144 50 23
Octal 242 22 150 0 131 44 44 504 120 43
Binary 10100010 10010 1101000 0 1011001 100100 100100 101000100 1010000 100011

Color Harmonies of #A21268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21268

Black with #A21268

Text Example


Text Example

White with #A21268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21268; }

 p { color: rgb(162,18,104); }

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

background-color css

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

 a { background-color: rgb(162,18,104); }

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

border-color css

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

 span { border-color: rgb(162,18,104); }

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