Html Css Color HEX #A42063 Jazzberry Jam

📋 copy color: '#A42063'

red 164 ◦ green 32 ◦ blue 99

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

Shades of Jazzberry Jam #A42063

Tints of Jazzberry Jam #A42063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 55.59%
G = 10.85%
B = 33.56%

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

#A42063 (or 0xA42063) is known color: Jazzberry Jam. HEX triplet: A4, 20 and 63. RGB value is (164,32,99). Sum of RGB (Red+Green+Blue) = 164+32+99=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A42063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42063 is #5BDF9C. Grayscale: #4E4E4E. Windows color (decimal): -6021021 or 6496420. OLE color: 6496420.

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

Color convert

RGB 164 32 99 -
CMYK 0 0.80 0.40 0.36
HSL 329.55º 0.67% 0.38% -
HSV(B) 329.55º 0.8% 0.64% -
XYZ 18.08 9.83 12.75 -
YUV 79.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 164 32 99 0 0.80 0.40 0.36 329.55 0.67 0.38
Hex A4 20 63 0 50 28 24 14A 43 26
Octal 244 40 143 0 120 50 44 512 103 46
Binary 10100100 100000 1100011 0 1010000 101000 100100 101001010 1000011 100110

Color Harmonies of #A42063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42063

Black with #A42063

Text Example


Text Example

White with #A42063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42063; }

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

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

background-color css

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

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

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

border-color css

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

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

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