Html Css Color HEX #A00147 Jazzberry Jam

📋 copy color: '#A00147'

red 160 ◦ green 1 ◦ blue 71

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

Shades of Jazzberry Jam #A00147

Tints of Jazzberry Jam #A00147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 71 (28.13% from 255) = 30.6%

R = 68.97%
G = 0.43%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A00147 (or 0xA00147) is known color: Jazzberry Jam. HEX triplet: A0, 01 and 47. RGB value is (160,1,71). Sum of RGB (Red+Green+Blue) = 160+1+71=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A00147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00147 is #5FFEB8. Grayscale: #383838. Windows color (decimal): -6291129 or 4653472. OLE color: 4653472.

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

Color convert

RGB 160 1 71 -
CMYK 0 0.99 0.56 0.37
HSL 333.58º 0.99% 0.32% -
HSV(B) 333.58º 0.99% 0.63% -
XYZ 15.65 7.95 6.67 -
YUV 56.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 160 1 71 0 0.99 0.56 0.37 333.58 0.99 0.32
Hex A0 1 47 0 63 38 25 14E 63 20
Octal 240 1 107 0 143 70 45 516 143 40
Binary 10100000 1 1000111 0 1100011 111000 100101 101001110 1100011 100000

Color Harmonies of #A00147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00147

Black with #A00147

Text Example


Text Example

White with #A00147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00147; }

 p { color: rgb(160,1,71); }

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

background-color css

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

 a { background-color: rgb(160,1,71); }

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

border-color css

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

 span { border-color: rgb(160,1,71); }

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