Html Css Color HEX #A30556 Jazzberry Jam

📋 copy color: '#A30556'

red 163 ◦ green 5 ◦ blue 86

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

Shades of Jazzberry Jam #A30556

Tints of Jazzberry Jam #A30556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 33.86%

R = 64.17%
G = 1.97%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#A30556 (or 0xA30556) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 56. RGB value is (163,5,86). Sum of RGB (Red+Green+Blue) = 163+5+86=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A30556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30556 is #5CFAA9. Grayscale: #3D3D3D. Windows color (decimal): -6093482 or 5637539. OLE color: 5637539.

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

Color convert

RGB 163 5 86 -
CMYK 0 0.97 0.47 0.36
HSL 329.24º 0.94% 0.33% -
HSV(B) 329.24º 0.97% 0.64% -
XYZ 16.84 8.57 9.57 -
YUV 61.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 163 5 86 0 0.97 0.47 0.36 329.24 0.94 0.33
Hex A3 5 56 0 61 2F 24 149 5E 21
Octal 243 5 126 0 141 57 44 511 136 41
Binary 10100011 101 1010110 0 1100001 101111 100100 101001001 1011110 100001

Color Harmonies of #A30556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30556

Black with #A30556

Text Example


Text Example

White with #A30556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30556; }

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

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

background-color css

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

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

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

border-color css

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

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

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