Html Css Color HEX #A32473 Jazzberry Jam

📋 copy color: '#A32473'

red 163 ◦ green 36 ◦ blue 115

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

Shades of Jazzberry Jam #A32473

Tints of Jazzberry Jam #A32473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 115 (45.31% from 255) = 36.62%

R = 51.91%
G = 11.46%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A32473 (or 0xA32473) is known color: Jazzberry Jam. HEX triplet: A3, 24 and 73. RGB value is (163,36,115). Sum of RGB (Red+Green+Blue) = 163+36+115=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A32473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32473 is #5CDB8C. Grayscale: #525252. Windows color (decimal): -6085517 or 7546019. OLE color: 7546019.

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

Color convert

RGB 163 36 115 -
CMYK 0 0.78 0.29 0.36
HSL 322.68º 0.64% 0.39% -
HSV(B) 322.68º 0.78% 0.64% -
XYZ 18.83 10.29 17.21 -
YUV 82.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 163 36 115 0 0.78 0.29 0.36 322.68 0.64 0.39
Hex A3 24 73 0 4E 1D 24 143 40 27
Octal 243 44 163 0 116 35 44 503 100 47
Binary 10100011 100100 1110011 0 1001110 11101 100100 101000011 1000000 100111

Color Harmonies of #A32473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32473

Black with #A32473

Text Example


Text Example

White with #A32473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32473; }

 p { color: rgb(163,36,115); }

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

background-color css

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

 a { background-color: rgb(163,36,115); }

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

border-color css

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

 span { border-color: rgb(163,36,115); }

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