Html Css Color HEX #A00F4A Jazzberry Jam

📋 copy color: '#A00F4A'

red 160 ◦ green 15 ◦ blue 74

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

Shades of Jazzberry Jam #A00F4A

Tints of Jazzberry Jam #A00F4A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.02%

 BLUE value IS 74 (29.3% from 255) = 29.72%

R = 64.26%
G = 6.02%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A00F4A (or 0xA00F4A) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 4A. RGB value is (160,15,74). Sum of RGB (Red+Green+Blue) = 160+15+74=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00F4A is #5FF0B5. Grayscale: #404040. Windows color (decimal): -6287542 or 4853664. OLE color: 4853664.

HSL color Cylindrical-coordinate representation of color #A00F4A: hue angle of 335.59º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F4A is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 15 74 -
CMYK 0 0.91 0.54 0.37
HSL 335.59º 0.83% 0.34% -
HSV(B) 335.59º 0.91% 0.63% -
XYZ 15.9 8.31 7.24 -
YUV 65.08 133.04 195.7 -
System Red Green Blue C M Y K H S L
Decimal 160 15 74 0 0.91 0.54 0.37 335.59 0.83 0.34
Hex A0 F 4A 0 5B 36 25 150 53 22
Octal 240 17 112 0 133 66 45 520 123 42
Binary 10100000 1111 1001010 0 1011011 110110 100101 101010000 1010011 100010

Color Harmonies of #A00F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F4A

Black with #A00F4A

Text Example


Text Example

White with #A00F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F4A; }

 p { color: rgb(160,15,74); }

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

background-color css

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

 a { background-color: rgb(160,15,74); }

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

border-color css

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

 span { border-color: rgb(160,15,74); }

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