Html Css Color HEX #A3085D Jazzberry Jam

📋 copy color: '#A3085D'

red 163 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #A3085D

Tints of Jazzberry Jam #A3085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.03%

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

R = 61.74%
G = 3.03%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3085D (or 0xA3085D) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 5D. RGB value is (163,8,93). Sum of RGB (Red+Green+Blue) = 163+8+93=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A3085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3085D is #5CF7A2. Grayscale: #3F3F3F. Windows color (decimal): -6092707 or 6097059. OLE color: 6097059.

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

Color convert

RGB 163 8 93 -
CMYK 0 0.95 0.43 0.36
HSL 327.1º 0.91% 0.34% -
HSV(B) 327.1º 0.95% 0.64% -
XYZ 17.17 8.75 11.14 -
YUV 64.04 144.35 198.59 -
System Red Green Blue C M Y K H S L
Decimal 163 8 93 0 0.95 0.43 0.36 327.1 0.91 0.34
Hex A3 8 5D 0 5F 2B 24 147 5B 22
Octal 243 10 135 0 137 53 44 507 133 42
Binary 10100011 1000 1011101 0 1011111 101011 100100 101000111 1011011 100010

Color Harmonies of #A3085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3085D

Black with #A3085D

Text Example


Text Example

White with #A3085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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