Html Css Color HEX #A3095A Jazzberry Jam

📋 copy color: '#A3095A'

red 163 ◦ green 9 ◦ blue 90

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

Shades of Jazzberry Jam #A3095A

Tints of Jazzberry Jam #A3095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 62.21%
G = 3.44%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A3095A (or 0xA3095A) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 5A. RGB value is (163,9,90). Sum of RGB (Red+Green+Blue) = 163+9+90=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3095A is #5CF6A5. Grayscale: #404040. Windows color (decimal): -6092454 or 5900707. OLE color: 5900707.

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

Color convert

RGB 163 9 90 -
CMYK 0 0.94 0.45 0.36
HSL 328.44º 0.9% 0.34% -
HSV(B) 328.44º 0.94% 0.64% -
XYZ 17.05 8.72 10.46 -
YUV 64.28 142.52 198.41 -
System Red Green Blue C M Y K H S L
Decimal 163 9 90 0 0.94 0.45 0.36 328.44 0.9 0.34
Hex A3 9 5A 0 5E 2D 24 148 5A 22
Octal 243 11 132 0 136 55 44 510 132 42
Binary 10100011 1001 1011010 0 1011110 101101 100100 101001000 1011010 100010

Color Harmonies of #A3095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3095A

Black with #A3095A

Text Example


Text Example

White with #A3095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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