Html Css Color HEX #A3085A Jazzberry Jam

📋 copy color: '#A3085A'

red 163 ◦ green 8 ◦ blue 90

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

Shades of Jazzberry Jam #A3085A

Tints of Jazzberry Jam #A3085A

RGB

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

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

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

R = 62.45%
G = 3.07%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A3085A (or 0xA3085A) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 5A. RGB value is (163,8,90). Sum of RGB (Red+Green+Blue) = 163+8+90=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3085A is #5CF7A5. Grayscale: #3F3F3F. Windows color (decimal): -6092710 or 5900451. OLE color: 5900451.

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

Color convert

RGB 163 8 90 -
CMYK 0 0.95 0.45 0.36
HSL 328.26º 0.91% 0.34% -
HSV(B) 328.26º 0.95% 0.64% -
XYZ 17.04 8.7 10.45 -
YUV 63.69 142.85 198.83 -
System Red Green Blue C M Y K H S L
Decimal 163 8 90 0 0.95 0.45 0.36 328.26 0.91 0.34
Hex A3 8 5A 0 5F 2D 24 148 5B 22
Octal 243 10 132 0 137 55 44 510 133 42
Binary 10100011 1000 1011010 0 1011111 101101 100100 101001000 1011011 100010

Color Harmonies of #A3085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3085A

Black with #A3085A

Text Example


Text Example

White with #A3085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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