Html Css Color HEX #A3095D Jazzberry Jam

📋 copy color: '#A3095D'

red 163 ◦ green 9 ◦ blue 93

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

Shades of Jazzberry Jam #A3095D

Tints of Jazzberry Jam #A3095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.4%

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

R = 61.51%
G = 3.4%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3095D (or 0xA3095D) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 5D. RGB value is (163,9,93). Sum of RGB (Red+Green+Blue) = 163+9+93=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A3095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3095D is #5CF6A2. Grayscale: #404040. Windows color (decimal): -6092451 or 6097315. OLE color: 6097315.

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

Color convert

RGB 163 9 93 -
CMYK 0 0.94 0.43 0.36
HSL 327.27º 0.9% 0.34% -
HSV(B) 327.27º 0.94% 0.64% -
XYZ 17.18 8.77 11.14 -
YUV 64.62 144.02 198.17 -
System Red Green Blue C M Y K H S L
Decimal 163 9 93 0 0.94 0.43 0.36 327.27 0.9 0.34
Hex A3 9 5D 0 5E 2B 24 147 5A 22
Octal 243 11 135 0 136 53 44 507 132 42
Binary 10100011 1001 1011101 0 1011110 101011 100100 101000111 1011010 100010

Color Harmonies of #A3095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3095D

Black with #A3095D

Text Example


Text Example

White with #A3095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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