Html Css Color HEX #A32364 Jazzberry Jam

📋 copy color: '#A32364'

red 163 ◦ green 35 ◦ blue 100

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

Shades of Jazzberry Jam #A32364

Tints of Jazzberry Jam #A32364

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

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

R = 54.7%
G = 11.74%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A32364 (or 0xA32364) is known color: Jazzberry Jam. HEX triplet: A3, 23 and 64. RGB value is (163,35,100). Sum of RGB (Red+Green+Blue) = 163+35+100=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A32364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32364 is #5CDC9B. Grayscale: #505050. Windows color (decimal): -6085788 or 6562723. OLE color: 6562723.

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

Color convert

RGB 163 35 100 -
CMYK 0 0.79 0.39 0.36
HSL 329.53º 0.65% 0.39% -
HSV(B) 329.53º 0.79% 0.64% -
XYZ 18.01 9.91 13.02 -
YUV 80.68 138.91 186.71 -
System Red Green Blue C M Y K H S L
Decimal 163 35 100 0 0.79 0.39 0.36 329.53 0.65 0.39
Hex A3 23 64 0 4F 27 24 14A 41 27
Octal 243 43 144 0 117 47 44 512 101 47
Binary 10100011 100011 1100100 0 1001111 100111 100100 101001010 1000001 100111

Color Harmonies of #A32364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32364

Black with #A32364

Text Example


Text Example

White with #A32364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32364; }

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

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

background-color css

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

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

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

border-color css

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

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

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