Html Css Color HEX #A32369 Jazzberry Jam

📋 copy color: '#A32369'

red 163 ◦ green 35 ◦ blue 105

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

Shades of Jazzberry Jam #A32369

Tints of Jazzberry Jam #A32369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.65%

R = 53.8%
G = 11.55%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A32369 (or 0xA32369) is known color: Jazzberry Jam. HEX triplet: A3, 23 and 69. RGB value is (163,35,105). Sum of RGB (Red+Green+Blue) = 163+35+105=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A32369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32369 is #5CDC96. Grayscale: #515151. Windows color (decimal): -6085783 or 6890403. OLE color: 6890403.

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

Color convert

RGB 163 35 105 -
CMYK 0 0.79 0.36 0.36
HSL 327.19º 0.65% 0.39% -
HSV(B) 327.19º 0.79% 0.64% -
XYZ 18.26 10.01 14.33 -
YUV 81.25 141.41 186.31 -
System Red Green Blue C M Y K H S L
Decimal 163 35 105 0 0.79 0.36 0.36 327.19 0.65 0.39
Hex A3 23 69 0 4F 24 24 147 41 27
Octal 243 43 151 0 117 44 44 507 101 47
Binary 10100011 100011 1101001 0 1001111 100100 100100 101000111 1000001 100111

Color Harmonies of #A32369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32369

Black with #A32369

Text Example


Text Example

White with #A32369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32369; }

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

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

background-color css

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

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

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

border-color css

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

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

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