Html Css Color HEX #A30859 Jazzberry Jam

📋 copy color: '#A30859'

red 163 ◦ green 8 ◦ blue 89

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

Shades of Jazzberry Jam #A30859

Tints of Jazzberry Jam #A30859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

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

R = 62.69%
G = 3.08%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A30859 (or 0xA30859) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 59. RGB value is (163,8,89). Sum of RGB (Red+Green+Blue) = 163+8+89=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A30859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30859 is #5CF7A6. Grayscale: #3F3F3F. Windows color (decimal): -6092711 or 5834915. OLE color: 5834915.

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

Color convert

RGB 163 8 89 -
CMYK 0 0.95 0.45 0.36
HSL 328.65º 0.91% 0.34% -
HSV(B) 328.65º 0.95% 0.64% -
XYZ 16.99 8.68 10.23 -
YUV 63.58 142.35 198.91 -
System Red Green Blue C M Y K H S L
Decimal 163 8 89 0 0.95 0.45 0.36 328.65 0.91 0.34
Hex A3 8 59 0 5F 2D 24 149 5B 22
Octal 243 10 131 0 137 55 44 511 133 42
Binary 10100011 1000 1011001 0 1011111 101101 100100 101001001 1011011 100010

Color Harmonies of #A30859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30859

Black with #A30859

Text Example


Text Example

White with #A30859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30859; }

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

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

background-color css

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

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

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

border-color css

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

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

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