Html Css Color HEX #A3095F Jazzberry Jam

📋 copy color: '#A3095F'

red 163 ◦ green 9 ◦ blue 95

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

Shades of Jazzberry Jam #A3095F

Tints of Jazzberry Jam #A3095F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.58%

R = 61.05%
G = 3.37%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3095F (or 0xA3095F) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 5F. RGB value is (163,9,95). Sum of RGB (Red+Green+Blue) = 163+9+95=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A3095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3095F is #5CF6A0. Grayscale: #404040. Windows color (decimal): -6092449 or 6228387. OLE color: 6228387.

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

Color convert

RGB 163 9 95 -
CMYK 0 0.94 0.42 0.36
HSL 326.49º 0.9% 0.34% -
HSV(B) 326.49º 0.94% 0.64% -
XYZ 17.27 8.81 11.62 -
YUV 64.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 163 9 95 0 0.94 0.42 0.36 326.49 0.9 0.34
Hex A3 9 5F 0 5E 2A 24 146 5A 22
Octal 243 11 137 0 136 52 44 506 132 42
Binary 10100011 1001 1011111 0 1011110 101010 100100 101000110 1011010 100010

Color Harmonies of #A3095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3095F

Black with #A3095F

Text Example


Text Example

White with #A3095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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