Html Css Color HEX #A42163 Jazzberry Jam

📋 copy color: '#A42163'

red 164 ◦ green 33 ◦ blue 99

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

Shades of Jazzberry Jam #A42163

Tints of Jazzberry Jam #A42163

RGB

 RED value IS 164 (64.45% from 255) = 55.41%

 GREEN value IS 33 (13.28% from 255) = 11.15%

 BLUE value IS 99 (39.06% from 255) = 33.45%

R = 55.41%
G = 11.15%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A42163 (or 0xA42163) is known color: Jazzberry Jam. HEX triplet: A4, 21 and 63. RGB value is (164,33,99). Sum of RGB (Red+Green+Blue) = 164+33+99=296 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.41% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 164 - color contains mainly: red. Hex color #A42163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42163 is #5BDE9C. Grayscale: #4F4F4F. Windows color (decimal): -6020765 or 6496676. OLE color: 6496676.

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

Color convert

RGB 164 33 99 -
CMYK 0 0.80 0.40 0.36
HSL 329.77º 0.66% 0.39% -
HSV(B) 329.77º 0.8% 0.64% -
XYZ 18.11 9.88 12.76 -
YUV 79.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 164 33 99 0 0.80 0.40 0.36 329.77 0.66 0.39
Hex A4 21 63 0 50 28 24 14A 42 27
Octal 244 41 143 0 120 50 44 512 102 47
Binary 10100100 100001 1100011 0 1010000 101000 100100 101001010 1000010 100111

Color Harmonies of #A42163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42163

Black with #A42163

Text Example


Text Example

White with #A42163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42163; }

 p { color: rgb(164,33,99); }

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

background-color css

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

 a { background-color: rgb(164,33,99); }

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

border-color css

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

 span { border-color: rgb(164,33,99); }

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