Html Css Color HEX #A30561 Jazzberry Jam

📋 copy color: '#A30561'

red 163 ◦ green 5 ◦ blue 97

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

Shades of Jazzberry Jam #A30561

Tints of Jazzberry Jam #A30561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 61.51%
G = 1.89%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A30561 (or 0xA30561) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 61. RGB value is (163,5,97). Sum of RGB (Red+Green+Blue) = 163+5+97=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A30561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30561 is #5CFA9E. Grayscale: #3E3E3E. Windows color (decimal): -6093471 or 6358435. OLE color: 6358435.

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

Color convert

RGB 163 5 97 -
CMYK 0 0.97 0.40 0.36
HSL 325.06º 0.94% 0.33% -
HSV(B) 325.06º 0.97% 0.64% -
XYZ 17.32 8.76 12.09 -
YUV 62.73 147.35 199.52 -
System Red Green Blue C M Y K H S L
Decimal 163 5 97 0 0.97 0.40 0.36 325.06 0.94 0.33
Hex A3 5 61 0 61 28 24 145 5E 21
Octal 243 5 141 0 141 50 44 505 136 41
Binary 10100011 101 1100001 0 1100001 101000 100100 101000101 1011110 100001

Color Harmonies of #A30561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30561

Black with #A30561

Text Example


Text Example

White with #A30561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30561; }

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

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

background-color css

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

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

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

border-color css

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

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

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