Html Css Color HEX #A3075B Jazzberry Jam

📋 copy color: '#A3075B'

red 163 ◦ green 7 ◦ blue 91

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

Shades of Jazzberry Jam #A3075B

Tints of Jazzberry Jam #A3075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.68%

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

R = 62.45%
G = 2.68%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3075B (or 0xA3075B) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 5B. RGB value is (163,7,91). Sum of RGB (Red+Green+Blue) = 163+7+91=261 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.45% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 163 - color contains mainly: red. Hex color #A3075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3075B is #5CF8A4. Grayscale: #3F3F3F. Windows color (decimal): -6092965 or 5965731. OLE color: 5965731.

HSL color Cylindrical-coordinate representation of color #A3075B: hue angle of 327.69º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A3075B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 7 91 -
CMYK 0 0.96 0.44 0.36
HSL 327.69º 0.92% 0.33% -
HSV(B) 327.69º 0.96% 0.64% -
XYZ 17.07 8.69 10.68 -
YUV 63.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 163 7 91 0 0.96 0.44 0.36 327.69 0.92 0.33
Hex A3 7 5B 0 60 2C 24 148 5C 21
Octal 243 7 133 0 140 54 44 510 134 41
Binary 10100011 111 1011011 0 1100000 101100 100100 101001000 1011100 100001

Color Harmonies of #A3075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3075B

Black with #A3075B

Text Example


Text Example

White with #A3075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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