Html Css Color HEX #A30557 Jazzberry Jam

📋 copy color: '#A30557'

red 163 ◦ green 5 ◦ blue 87

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

Shades of Jazzberry Jam #A30557

Tints of Jazzberry Jam #A30557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.12%

R = 63.92%
G = 1.96%
B = 34.12%

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

#A30557 (or 0xA30557) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 57. RGB value is (163,5,87). Sum of RGB (Red+Green+Blue) = 163+5+87=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A30557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30557 is #5CFAA8. Grayscale: #3D3D3D. Windows color (decimal): -6093481 or 5703075. OLE color: 5703075.

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

Color convert

RGB 163 5 87 -
CMYK 0 0.97 0.47 0.36
HSL 328.86º 0.94% 0.33% -
HSV(B) 328.86º 0.97% 0.64% -
XYZ 16.88 8.58 9.78 -
YUV 61.59 142.35 200.33 -
System Red Green Blue C M Y K H S L
Decimal 163 5 87 0 0.97 0.47 0.36 328.86 0.94 0.33
Hex A3 5 57 0 61 2F 24 149 5E 21
Octal 243 5 127 0 141 57 44 511 136 41
Binary 10100011 101 1010111 0 1100001 101111 100100 101001001 1011110 100001

Color Harmonies of #A30557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30557

Black with #A30557

Text Example


Text Example

White with #A30557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30557; }

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

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

background-color css

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

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

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

border-color css

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

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

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