Html Css Color HEX #A3044A Jazzberry Jam

📋 copy color: '#A3044A'

red 163 ◦ green 4 ◦ blue 74

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

Shades of Jazzberry Jam #A3044A

Tints of Jazzberry Jam #A3044A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.71%

R = 67.63%
G = 1.66%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3044A (or 0xA3044A) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 4A. RGB value is (163,4,74). Sum of RGB (Red+Green+Blue) = 163+4+74=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3044A is #5CFBB5. Grayscale: #3B3B3B. Windows color (decimal): -6093750 or 4850851. OLE color: 4850851.

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

Color convert

RGB 163 4 74 -
CMYK 0 0.98 0.55 0.36
HSL 333.58º 0.95% 0.33% -
HSV(B) 333.58º 0.98% 0.64% -
XYZ 16.38 8.37 7.23 -
YUV 59.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 163 4 74 0 0.98 0.55 0.36 333.58 0.95 0.33
Hex A3 4 4A 0 62 37 24 14E 5F 21
Octal 243 4 112 0 142 67 44 516 137 41
Binary 10100011 100 1001010 0 1100010 110111 100100 101001110 1011111 100001

Color Harmonies of #A3044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3044A

Black with #A3044A

Text Example


Text Example

White with #A3044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3044A; }

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

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

background-color css

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

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

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

border-color css

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

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

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