Html Css Color HEX #A3095C Jazzberry Jam

📋 copy color: '#A3095C'

red 163 ◦ green 9 ◦ blue 92

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

Shades of Jazzberry Jam #A3095C

Tints of Jazzberry Jam #A3095C

RGB

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

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

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

R = 61.74%
G = 3.41%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3095C (or 0xA3095C) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 5C. RGB value is (163,9,92). Sum of RGB (Red+Green+Blue) = 163+9+92=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A3095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3095C is #5CF6A3. Grayscale: #404040. Windows color (decimal): -6092452 or 6031779. OLE color: 6031779.

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

Color convert

RGB 163 9 92 -
CMYK 0 0.94 0.44 0.36
HSL 327.66º 0.9% 0.34% -
HSV(B) 327.66º 0.94% 0.64% -
XYZ 17.13 8.75 10.91 -
YUV 64.51 143.52 198.25 -
System Red Green Blue C M Y K H S L
Decimal 163 9 92 0 0.94 0.44 0.36 327.66 0.9 0.34
Hex A3 9 5C 0 5E 2C 24 148 5A 22
Octal 243 11 134 0 136 54 44 510 132 42
Binary 10100011 1001 1011100 0 1011110 101100 100100 101001000 1011010 100010

Color Harmonies of #A3095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3095C

Black with #A3095C

Text Example


Text Example

White with #A3095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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