Html Css Color HEX #A3085B Jazzberry Jam

📋 copy color: '#A3085B'

red 163 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #A3085B

Tints of Jazzberry Jam #A3085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 62.21%
G = 3.05%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3085B (or 0xA3085B) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 5B. RGB value is (163,8,91). Sum of RGB (Red+Green+Blue) = 163+8+91=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A3085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3085B is #5CF7A4. Grayscale: #3F3F3F. Windows color (decimal): -6092709 or 5965987. OLE color: 5965987.

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

Color convert

RGB 163 8 91 -
CMYK 0 0.95 0.44 0.36
HSL 327.87º 0.91% 0.34% -
HSV(B) 327.87º 0.95% 0.64% -
XYZ 17.08 8.72 10.68 -
YUV 63.81 143.35 198.75 -
System Red Green Blue C M Y K H S L
Decimal 163 8 91 0 0.95 0.44 0.36 327.87 0.91 0.34
Hex A3 8 5B 0 5F 2C 24 148 5B 22
Octal 243 10 133 0 137 54 44 510 133 42
Binary 10100011 1000 1011011 0 1011111 101100 100100 101001000 1011011 100010

Color Harmonies of #A3085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3085B

Black with #A3085B

Text Example


Text Example

White with #A3085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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