Html Css Color HEX #A0035D Jazzberry Jam

📋 copy color: '#A0035D'

red 160 ◦ green 3 ◦ blue 93

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

Shades of Jazzberry Jam #A0035D

Tints of Jazzberry Jam #A0035D

RGB

 RED value IS 160 (62.89% from 255) = 62.5%

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 62.5%
G = 1.17%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0035D (or 0xA0035D) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 5D. RGB value is (160,3,93). Sum of RGB (Red+Green+Blue) = 160+3+93=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0035D is #5FFCA2. Grayscale: #3C3C3C. Windows color (decimal): -6290595 or 6095776. OLE color: 6095776.

HSL color Cylindrical-coordinate representation of color #A0035D: hue angle of 325.61º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0035D is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 93 -
CMYK 0 0.98 0.42 0.37
HSL 325.61º 0.96% 0.32% -
HSV(B) 325.61º 0.98% 0.63% -
XYZ 16.51 8.33 11.09 -
YUV 60.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 160 3 93 0 0.98 0.42 0.37 325.61 0.96 0.32
Hex A0 3 5D 0 62 2A 25 146 60 20
Octal 240 3 135 0 142 52 45 506 140 40
Binary 10100000 11 1011101 0 1100010 101010 100101 101000110 1100000 100000

Color Harmonies of #A0035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0035D

Black with #A0035D

Text Example


Text Example

White with #A0035D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0035D; }

 p { color: rgb(160,3,93); }

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

background-color css

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

 a { background-color: rgb(160,3,93); }

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

border-color css

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

 span { border-color: rgb(160,3,93); }

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