Html Css Color HEX #A30259 Jazzberry Jam

📋 copy color: '#A30259'

red 163 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #A30259

Tints of Jazzberry Jam #A30259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 64.17%
G = 0.79%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A30259 (or 0xA30259) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 59. RGB value is (163,2,89). Sum of RGB (Red+Green+Blue) = 163+2+89=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A30259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30259 is #5CFDA6. Grayscale: #3B3B3B. Windows color (decimal): -6094247 or 5833379. OLE color: 5833379.

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

Color convert

RGB 163 2 89 -
CMYK 0 0.99 0.45 0.36
HSL 327.58º 0.98% 0.32% -
HSV(B) 327.58º 0.99% 0.64% -
XYZ 16.93 8.55 10.21 -
YUV 60.06 144.34 201.43 -
System Red Green Blue C M Y K H S L
Decimal 163 2 89 0 0.99 0.45 0.36 327.58 0.98 0.32
Hex A3 2 59 0 63 2D 24 148 62 20
Octal 243 2 131 0 143 55 44 510 142 40
Binary 10100011 10 1011001 0 1100011 101101 100100 101001000 1100010 100000

Color Harmonies of #A30259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30259

Black with #A30259

Text Example


Text Example

White with #A30259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30259; }

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

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

background-color css

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

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

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

border-color css

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

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

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