Html Css Color HEX #A30551 Jazzberry Jam

📋 copy color: '#A30551'

red 163 ◦ green 5 ◦ blue 81

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

Shades of Jazzberry Jam #A30551

Tints of Jazzberry Jam #A30551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 32.53%

R = 65.46%
G = 2.01%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A30551 (or 0xA30551) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 51. RGB value is (163,5,81). Sum of RGB (Red+Green+Blue) = 163+5+81=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A30551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30551 is #5CFAAE. Grayscale: #3C3C3C. Windows color (decimal): -6093487 or 5309859. OLE color: 5309859.

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

Color convert

RGB 163 5 81 -
CMYK 0 0.97 0.50 0.36
HSL 331.14º 0.94% 0.33% -
HSV(B) 331.14º 0.97% 0.64% -
XYZ 16.64 8.49 8.55 -
YUV 60.91 139.35 200.82 -
System Red Green Blue C M Y K H S L
Decimal 163 5 81 0 0.97 0.50 0.36 331.14 0.94 0.33
Hex A3 5 51 0 61 32 24 14B 5E 21
Octal 243 5 121 0 141 62 44 513 136 41
Binary 10100011 101 1010001 0 1100001 110010 100100 101001011 1011110 100001

Color Harmonies of #A30551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30551

Black with #A30551

Text Example


Text Example

White with #A30551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30551; }

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

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

background-color css

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

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

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

border-color css

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

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

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