Html Css Color HEX #A3055A Jazzberry Jam

📋 copy color: '#A3055A'

red 163 ◦ green 5 ◦ blue 90

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

Shades of Jazzberry Jam #A3055A

Tints of Jazzberry Jam #A3055A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.88%

R = 63.18%
G = 1.94%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A3055A (or 0xA3055A) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 5A. RGB value is (163,5,90). Sum of RGB (Red+Green+Blue) = 163+5+90=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3055A is #5CFAA5. Grayscale: #3D3D3D. Windows color (decimal): -6093478 or 5899683. OLE color: 5899683.

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

Color convert

RGB 163 5 90 -
CMYK 0 0.97 0.45 0.36
HSL 327.72º 0.94% 0.33% -
HSV(B) 327.72º 0.97% 0.64% -
XYZ 17 8.63 10.44 -
YUV 61.93 143.85 200.09 -
System Red Green Blue C M Y K H S L
Decimal 163 5 90 0 0.97 0.45 0.36 327.72 0.94 0.33
Hex A3 5 5A 0 61 2D 24 148 5E 21
Octal 243 5 132 0 141 55 44 510 136 41
Binary 10100011 101 1011010 0 1100001 101101 100100 101001000 1011110 100001

Color Harmonies of #A3055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3055A

Black with #A3055A

Text Example


Text Example

White with #A3055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3055A; }

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

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

background-color css

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

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

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

border-color css

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

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

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