Html Css Color HEX #A32164 Jazzberry Jam

📋 copy color: '#A32164'

red 163 ◦ green 33 ◦ blue 100

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

Shades of Jazzberry Jam #A32164

Tints of Jazzberry Jam #A32164

RGB

 RED value IS 163 (64.06% from 255) = 55.07%

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

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 55.07%
G = 11.15%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A32164 (or 0xA32164) is known color: Jazzberry Jam. HEX triplet: A3, 21 and 64. RGB value is (163,33,100). Sum of RGB (Red+Green+Blue) = 163+33+100=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A32164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32164 is #5CDE9B. Grayscale: #4F4F4F. Windows color (decimal): -6086300 or 6562211. OLE color: 6562211.

HSL color Cylindrical-coordinate representation of color #A32164: hue angle of 329.08º degrees, saturation: 0.66, 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 #A32164 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 33 100 -
CMYK 0 0.80 0.39 0.36
HSL 329.08º 0.66% 0.38% -
HSV(B) 329.08º 0.8% 0.64% -
XYZ 17.95 9.79 13 -
YUV 79.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 163 33 100 0 0.80 0.39 0.36 329.08 0.66 0.38
Hex A3 21 64 0 50 27 24 149 42 26
Octal 243 41 144 0 120 47 44 511 102 46
Binary 10100011 100001 1100100 0 1010000 100111 100100 101001001 1000010 100110

Color Harmonies of #A32164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32164

Black with #A32164

Text Example


Text Example

White with #A32164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32164; }

 p { color: rgb(163,33,100); }

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

background-color css

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

 a { background-color: rgb(163,33,100); }

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

border-color css

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

 span { border-color: rgb(163,33,100); }

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