Html Css Color HEX #A3055C Jazzberry Jam

📋 copy color: '#A3055C'

red 163 ◦ green 5 ◦ blue 92

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

Shades of Jazzberry Jam #A3055C

Tints of Jazzberry Jam #A3055C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.38%

R = 62.69%
G = 1.92%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3055C (or 0xA3055C) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 5C. RGB value is (163,5,92). Sum of RGB (Red+Green+Blue) = 163+5+92=260 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.69% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 163 - color contains mainly: red. Hex color #A3055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3055C is #5CFAA3. Grayscale: #3D3D3D. Windows color (decimal): -6093476 or 6030755. OLE color: 6030755.

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

Color convert

RGB 163 5 92 -
CMYK 0 0.97 0.44 0.36
HSL 326.96º 0.94% 0.33% -
HSV(B) 326.96º 0.97% 0.64% -
XYZ 17.09 8.67 10.9 -
YUV 62.16 144.85 199.93 -
System Red Green Blue C M Y K H S L
Decimal 163 5 92 0 0.97 0.44 0.36 326.96 0.94 0.33
Hex A3 5 5C 0 61 2C 24 147 5E 21
Octal 243 5 134 0 141 54 44 507 136 41
Binary 10100011 101 1011100 0 1100001 101100 100100 101000111 1011110 100001

Color Harmonies of #A3055C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3055C

Black with #A3055C

Text Example


Text Example

White with #A3055C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3055C; }

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

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

background-color css

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

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

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

border-color css

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

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

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