Html Css Color HEX #A30558 Jazzberry Jam

📋 copy color: '#A30558'

red 163 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #A30558

Tints of Jazzberry Jam #A30558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.38%

R = 63.67%
G = 1.95%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A30558 (or 0xA30558) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 58. RGB value is (163,5,88). Sum of RGB (Red+Green+Blue) = 163+5+88=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A30558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30558 is #5CFAA7. Grayscale: #3D3D3D. Windows color (decimal): -6093480 or 5768611. OLE color: 5768611.

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

Color convert

RGB 163 5 88 -
CMYK 0 0.97 0.46 0.36
HSL 328.48º 0.94% 0.33% -
HSV(B) 328.48º 0.97% 0.64% -
XYZ 16.92 8.6 10 -
YUV 61.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 163 5 88 0 0.97 0.46 0.36 328.48 0.94 0.33
Hex A3 5 58 0 61 2E 24 148 5E 21
Octal 243 5 130 0 141 56 44 510 136 41
Binary 10100011 101 1011000 0 1100001 101110 100100 101001000 1011110 100001

Color Harmonies of #A30558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30558

Black with #A30558

Text Example


Text Example

White with #A30558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30558; }

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

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

background-color css

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

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

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

border-color css

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

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

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