Html Css Color HEX #A0035F Jazzberry Jam

📋 copy color: '#A0035F'

red 160 ◦ green 3 ◦ blue 95

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

Shades of Jazzberry Jam #A0035F

Tints of Jazzberry Jam #A0035F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 62.02%
G = 1.16%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0035F (or 0xA0035F) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 5F. RGB value is (160,3,95). Sum of RGB (Red+Green+Blue) = 160+3+95=258 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.02% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 160 - color contains mainly: red. Hex color #A0035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0035F is #5FFCA0. Grayscale: #3C3C3C. Windows color (decimal): -6290593 or 6226848. OLE color: 6226848.

HSL color Cylindrical-coordinate representation of color #A0035F: hue angle of 324.84º 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 #A0035F is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 3 95 -
CMYK 0 0.98 0.41 0.37
HSL 324.84º 0.96% 0.32% -
HSV(B) 324.84º 0.98% 0.63% -
XYZ 16.6 8.36 11.57 -
YUV 60.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 160 3 95 0 0.98 0.41 0.37 324.84 0.96 0.32
Hex A0 3 5F 0 62 29 25 145 60 20
Octal 240 3 137 0 142 51 45 505 140 40
Binary 10100000 11 1011111 0 1100010 101001 100101 101000101 1100000 100000

Color Harmonies of #A0035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0035F

Black with #A0035F

Text Example


Text Example

White with #A0035F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0035F; }

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

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

background-color css

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

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

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

border-color css

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

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

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