Html Css Color HEX #A3165D Jazzberry Jam

📋 copy color: '#A3165D'

red 163 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #A3165D

Tints of Jazzberry Jam #A3165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.91%

 BLUE value IS 93 (36.72% from 255) = 33.45%

R = 58.63%
G = 7.91%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3165D (or 0xA3165D) is known color: Jazzberry Jam. HEX triplet: A3, 16 and 5D. RGB value is (163,22,93). Sum of RGB (Red+Green+Blue) = 163+22+93=278 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.63% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 163 - color contains mainly: red. Hex color #A3165D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3165D is #5CE9A2. Grayscale: #484848. Windows color (decimal): -6089123 or 6100643. OLE color: 6100643.

HSL color Cylindrical-coordinate representation of color #A3165D: hue angle of 329.79º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A3165D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 22 93 -
CMYK 0 0.87 0.43 0.36
HSL 329.79º 0.76% 0.36% -
HSV(B) 329.79º 0.87% 0.64% -
XYZ 17.37 9.15 11.21 -
YUV 72.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 163 22 93 0 0.87 0.43 0.36 329.79 0.76 0.36
Hex A3 16 5D 0 57 2B 24 14A 4C 24
Octal 243 26 135 0 127 53 44 512 114 44
Binary 10100011 10110 1011101 0 1010111 101011 100100 101001010 1001100 100100

Color Harmonies of #A3165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3165D

Black with #A3165D

Text Example


Text Example

White with #A3165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3165D; }

 p { color: rgb(163,22,93); }

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

background-color css

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

 a { background-color: rgb(163,22,93); }

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

border-color css

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

 span { border-color: rgb(163,22,93); }

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