Html Css Color HEX #A00355 Jazzberry Jam

📋 copy color: '#A00355'

red 160 ◦ green 3 ◦ blue 85

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

Shades of Jazzberry Jam #A00355

Tints of Jazzberry Jam #A00355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.27%

R = 64.52%
G = 1.21%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A00355 (or 0xA00355) is known color: Jazzberry Jam. HEX triplet: A0, 03 and 55. RGB value is (160,3,85). Sum of RGB (Red+Green+Blue) = 160+3+85=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A00355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00355 is #5FFCAA. Grayscale: #3B3B3B. Windows color (decimal): -6290603 or 5571488. OLE color: 5571488.

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

Color convert

RGB 160 3 85 -
CMYK 0 0.98 0.47 0.37
HSL 328.66º 0.96% 0.32% -
HSV(B) 328.66º 0.98% 0.63% -
XYZ 16.17 8.19 9.32 -
YUV 59.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 160 3 85 0 0.98 0.47 0.37 328.66 0.96 0.32
Hex A0 3 55 0 62 2F 25 149 60 20
Octal 240 3 125 0 142 57 45 511 140 40
Binary 10100000 11 1010101 0 1100010 101111 100101 101001001 1100000 100000

Color Harmonies of #A00355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00355

Black with #A00355

Text Example


Text Example

White with #A00355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00355; }

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

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

background-color css

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

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

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

border-color css

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

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

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