Html Css Color HEX #A3055E Jazzberry Jam

📋 copy color: '#A3055E'

red 163 ◦ green 5 ◦ blue 94

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

Shades of Jazzberry Jam #A3055E

Tints of Jazzberry Jam #A3055E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 62.21%
G = 1.91%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3055E (or 0xA3055E) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 5E. RGB value is (163,5,94). Sum of RGB (Red+Green+Blue) = 163+5+94=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3055E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3055E is #5CFAA1. Grayscale: #3E3E3E. Windows color (decimal): -6093474 or 6161827. OLE color: 6161827.

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

Color convert

RGB 163 5 94 -
CMYK 0 0.97 0.42 0.36
HSL 326.2º 0.94% 0.33% -
HSV(B) 326.2º 0.97% 0.64% -
XYZ 17.18 8.7 11.36 -
YUV 62.39 145.85 199.76 -
System Red Green Blue C M Y K H S L
Decimal 163 5 94 0 0.97 0.42 0.36 326.2 0.94 0.33
Hex A3 5 5E 0 61 2A 24 146 5E 21
Octal 243 5 136 0 141 52 44 506 136 41
Binary 10100011 101 1011110 0 1100001 101010 100100 101000110 1011110 100001

Color Harmonies of #A3055E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3055E

Black with #A3055E

Text Example


Text Example

White with #A3055E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3055E; }

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

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

background-color css

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

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

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

border-color css

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

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

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