Html Css Color HEX #A3085E Jazzberry Jam

📋 copy color: '#A3085E'

red 163 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #A3085E

Tints of Jazzberry Jam #A3085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.47%

R = 61.51%
G = 3.02%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3085E (or 0xA3085E) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 5E. RGB value is (163,8,94). Sum of RGB (Red+Green+Blue) = 163+8+94=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A3085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3085E is #5CF7A1. Grayscale: #3F3F3F. Windows color (decimal): -6092706 or 6162595. OLE color: 6162595.

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

Color convert

RGB 163 8 94 -
CMYK 0 0.95 0.42 0.36
HSL 326.71º 0.91% 0.34% -
HSV(B) 326.71º 0.95% 0.64% -
XYZ 17.21 8.77 11.37 -
YUV 64.15 144.85 198.51 -
System Red Green Blue C M Y K H S L
Decimal 163 8 94 0 0.95 0.42 0.36 326.71 0.91 0.34
Hex A3 8 5E 0 5F 2A 24 147 5B 22
Octal 243 10 136 0 137 52 44 507 133 42
Binary 10100011 1000 1011110 0 1011111 101010 100100 101000111 1011011 100010

Color Harmonies of #A3085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3085E

Black with #A3085E

Text Example


Text Example

White with #A3085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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