Html Css Color HEX #A30553 Jazzberry Jam

📋 copy color: '#A30553'

red 163 ◦ green 5 ◦ blue 83

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

Shades of Jazzberry Jam #A30553

Tints of Jazzberry Jam #A30553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 64.94%
G = 1.99%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A30553 (or 0xA30553) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 53. RGB value is (163,5,83). Sum of RGB (Red+Green+Blue) = 163+5+83=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A30553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30553 is #5CFAAC. Grayscale: #3C3C3C. Windows color (decimal): -6093485 or 5440931. OLE color: 5440931.

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

Color convert

RGB 163 5 83 -
CMYK 0 0.97 0.49 0.36
HSL 330.38º 0.94% 0.33% -
HSV(B) 330.38º 0.97% 0.64% -
XYZ 16.72 8.52 8.95 -
YUV 61.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 163 5 83 0 0.97 0.49 0.36 330.38 0.94 0.33
Hex A3 5 53 0 61 31 24 14A 5E 21
Octal 243 5 123 0 141 61 44 512 136 41
Binary 10100011 101 1010011 0 1100001 110001 100100 101001010 1011110 100001

Color Harmonies of #A30553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30553

Black with #A30553

Text Example


Text Example

White with #A30553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30553; }

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

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

background-color css

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

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

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

border-color css

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

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

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