Html Css Color HEX #A21C67 Jazzberry Jam

📋 copy color: '#A21C67'

red 162 ◦ green 28 ◦ blue 103

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

Shades of Jazzberry Jam #A21C67

Tints of Jazzberry Jam #A21C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.15%

R = 55.29%
G = 9.56%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A21C67 (or 0xA21C67) is known color: Jazzberry Jam. HEX triplet: A2, 1C and 67. RGB value is (162,28,103). Sum of RGB (Red+Green+Blue) = 162+28+103=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A21C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A21C67 is #5DE398. Grayscale: #4C4C4C. Windows color (decimal): -6153113 or 6757538. OLE color: 6757538.

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

Color convert

RGB 162 28 103 -
CMYK 0 0.83 0.36 0.36
HSL 326.42º 0.71% 0.37% -
HSV(B) 326.42º 0.83% 0.64% -
XYZ 17.76 9.49 13.73 -
YUV 76.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 162 28 103 0 0.83 0.36 0.36 326.42 0.71 0.37
Hex A2 1C 67 0 53 24 24 146 47 25
Octal 242 34 147 0 123 44 44 506 107 45
Binary 10100010 11100 1100111 0 1010011 100100 100100 101000110 1000111 100101

Color Harmonies of #A21C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21C67

Black with #A21C67

Text Example


Text Example

White with #A21C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21C67; }

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

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

background-color css

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

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

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

border-color css

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

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

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