Html Css Color HEX #A30554 Jazzberry Jam

📋 copy color: '#A30554'

red 163 ◦ green 5 ◦ blue 84

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

Shades of Jazzberry Jam #A30554

Tints of Jazzberry Jam #A30554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 64.68%
G = 1.98%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A30554 (or 0xA30554) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 54. RGB value is (163,5,84). Sum of RGB (Red+Green+Blue) = 163+5+84=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A30554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30554 is #5CFAAB. Grayscale: #3D3D3D. Windows color (decimal): -6093484 or 5506467. OLE color: 5506467.

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

Color convert

RGB 163 5 84 -
CMYK 0 0.97 0.48 0.36
HSL 330º 0.94% 0.33% -
HSV(B) 330º 0.97% 0.64% -
XYZ 16.76 8.54 9.15 -
YUV 61.25 140.85 200.58 -
System Red Green Blue C M Y K H S L
Decimal 163 5 84 0 0.97 0.48 0.36 330 0.94 0.33
Hex A3 5 54 0 61 30 24 14A 5E 21
Octal 243 5 124 0 141 60 44 512 136 41
Binary 10100011 101 1010100 0 1100001 110000 100100 101001010 1011110 100001

Color Harmonies of #A30554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30554

Black with #A30554

Text Example


Text Example

White with #A30554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30554; }

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

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

background-color css

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

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

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

border-color css

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

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

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