Html Css Color HEX #A30447 Jazzberry Jam

📋 copy color: '#A30447'

red 163 ◦ green 4 ◦ blue 71

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

Shades of Jazzberry Jam #A30447

Tints of Jazzberry Jam #A30447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.68%

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

R = 68.49%
G = 1.68%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A30447 (or 0xA30447) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 47. RGB value is (163,4,71). Sum of RGB (Red+Green+Blue) = 163+4+71=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A30447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30447 is #5CFBB8. Grayscale: #3B3B3B. Windows color (decimal): -6093753 or 4654243. OLE color: 4654243.

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

Color convert

RGB 163 4 71 -
CMYK 0 0.98 0.56 0.36
HSL 334.72º 0.95% 0.33% -
HSV(B) 334.72º 0.98% 0.64% -
XYZ 16.29 8.33 6.71 -
YUV 59.18 134.68 202.05 -
System Red Green Blue C M Y K H S L
Decimal 163 4 71 0 0.98 0.56 0.36 334.72 0.95 0.33
Hex A3 4 47 0 62 38 24 14F 5F 21
Octal 243 4 107 0 142 70 44 517 137 41
Binary 10100011 100 1000111 0 1100010 111000 100100 101001111 1011111 100001

Color Harmonies of #A30447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30447

Black with #A30447

Text Example


Text Example

White with #A30447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30447; }

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

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

background-color css

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

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

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

border-color css

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

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

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