Html Css Color HEX #A30563 Jazzberry Jam

📋 copy color: '#A30563'

red 163 ◦ green 5 ◦ blue 99

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

Shades of Jazzberry Jam #A30563

Tints of Jazzberry Jam #A30563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.08%

R = 61.05%
G = 1.87%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A30563 (or 0xA30563) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 63. RGB value is (163,5,99). Sum of RGB (Red+Green+Blue) = 163+5+99=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A30563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30563 is #5CFA9C. Grayscale: #3E3E3E. Windows color (decimal): -6093469 or 6489507. OLE color: 6489507.

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

Color convert

RGB 163 5 99 -
CMYK 0 0.97 0.39 0.36
HSL 324.3º 0.94% 0.33% -
HSV(B) 324.3º 0.97% 0.64% -
XYZ 17.41 8.8 12.58 -
YUV 62.96 148.35 199.36 -
System Red Green Blue C M Y K H S L
Decimal 163 5 99 0 0.97 0.39 0.36 324.3 0.94 0.33
Hex A3 5 63 0 61 27 24 144 5E 21
Octal 243 5 143 0 141 47 44 504 136 41
Binary 10100011 101 1100011 0 1100001 100111 100100 101000100 1011110 100001

Color Harmonies of #A30563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30563

Black with #A30563

Text Example


Text Example

White with #A30563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30563; }

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

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

background-color css

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

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

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

border-color css

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

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

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