Html Css Color HEX #A30547 Jazzberry Jam

📋 copy color: '#A30547'

red 163 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #A30547

Tints of Jazzberry Jam #A30547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.09%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 68.2%
G = 2.09%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A30547 (or 0xA30547) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 47. RGB value is (163,5,71). Sum of RGB (Red+Green+Blue) = 163+5+71=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A30547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30547 is #5CFAB8. Grayscale: #3B3B3B. Windows color (decimal): -6093497 or 4654499. OLE color: 4654499.

HSL color Cylindrical-coordinate representation of color #A30547: hue angle of 334.94º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30547 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 5 71 -
CMYK 0 0.97 0.56 0.36
HSL 334.94º 0.94% 0.33% -
HSV(B) 334.94º 0.97% 0.64% -
XYZ 16.3 8.35 6.71 -
YUV 59.77 134.35 201.63 -
System Red Green Blue C M Y K H S L
Decimal 163 5 71 0 0.97 0.56 0.36 334.94 0.94 0.33
Hex A3 5 47 0 61 38 24 14F 5E 21
Octal 243 5 107 0 141 70 44 517 136 41
Binary 10100011 101 1000111 0 1100001 111000 100100 101001111 1011110 100001

Color Harmonies of #A30547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30547

Black with #A30547

Text Example


Text Example

White with #A30547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30547; }

 p { color: rgb(163,5,71); }

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

background-color css

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

 a { background-color: rgb(163,5,71); }

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

border-color css

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

 span { border-color: rgb(163,5,71); }

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