Html Css Color HEX #A30759 Jazzberry Jam

📋 copy color: '#A30759'

red 163 ◦ green 7 ◦ blue 89

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

Shades of Jazzberry Jam #A30759

Tints of Jazzberry Jam #A30759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

 BLUE value IS 89 (35.16% from 255) = 34.36%

R = 62.93%
G = 2.7%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A30759 (or 0xA30759) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 59. RGB value is (163,7,89). Sum of RGB (Red+Green+Blue) = 163+7+89=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A30759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30759 is #5CF8A6. Grayscale: #3E3E3E. Windows color (decimal): -6092967 or 5834659. OLE color: 5834659.

HSL color Cylindrical-coordinate representation of color #A30759: hue angle of 328.46º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A30759 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 7 89 -
CMYK 0 0.96 0.45 0.36
HSL 328.46º 0.92% 0.33% -
HSV(B) 328.46º 0.96% 0.64% -
XYZ 16.98 8.66 10.23 -
YUV 62.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 163 7 89 0 0.96 0.45 0.36 328.46 0.92 0.33
Hex A3 7 59 0 60 2D 24 148 5C 21
Octal 243 7 131 0 140 55 44 510 134 41
Binary 10100011 111 1011001 0 1100000 101101 100100 101001000 1011100 100001

Color Harmonies of #A30759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30759

Black with #A30759

Text Example


Text Example

White with #A30759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30759; }

 p { color: rgb(163,7,89); }

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

background-color css

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

 a { background-color: rgb(163,7,89); }

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

border-color css

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

 span { border-color: rgb(163,7,89); }

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