Html Css Color HEX #A30359 Jazzberry Jam

📋 copy color: '#A30359'

red 163 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #A30359

Tints of Jazzberry Jam #A30359

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 63.92%
G = 1.18%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A30359 (or 0xA30359) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 59. RGB value is (163,3,89). Sum of RGB (Red+Green+Blue) = 163+3+89=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A30359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30359 is #5CFCA6. Grayscale: #3C3C3C. Windows color (decimal): -6093991 or 5833635. OLE color: 5833635.

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

Color convert

RGB 163 3 89 -
CMYK 0 0.98 0.45 0.36
HSL 327.75º 0.96% 0.33% -
HSV(B) 327.75º 0.98% 0.64% -
XYZ 16.94 8.57 10.21 -
YUV 60.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 163 3 89 0 0.98 0.45 0.36 327.75 0.96 0.33
Hex A3 3 59 0 62 2D 24 148 60 21
Octal 243 3 131 0 142 55 44 510 140 41
Binary 10100011 11 1011001 0 1100010 101101 100100 101001000 1100000 100001

Color Harmonies of #A30359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30359

Black with #A30359

Text Example


Text Example

White with #A30359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30359; }

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

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

background-color css

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

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

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

border-color css

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

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

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