Html Css Color HEX #A0146F Jazzberry Jam

📋 copy color: '#A0146F'

red 160 ◦ green 20 ◦ blue 111

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

Shades of Jazzberry Jam #A0146F

Tints of Jazzberry Jam #A0146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 54.98%
G = 6.87%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0146F (or 0xA0146F) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 6F. RGB value is (160,20,111). Sum of RGB (Red+Green+Blue) = 160+20+111=291 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.98% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 160 - color contains mainly: red. Hex color #A0146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0146F is #5FEB90. Grayscale: #484848. Windows color (decimal): -6286225 or 7279776. OLE color: 7279776.

HSL color Cylindrical-coordinate representation of color #A0146F: hue angle of 321º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0146F is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 111 -
CMYK 0 0.88 0.31 0.37
HSL 321º 0.78% 0.35% -
HSV(B) 321º 0.88% 0.63% -
XYZ 17.62 9.12 15.87 -
YUV 72.23 149.88 190.6 -
System Red Green Blue C M Y K H S L
Decimal 160 20 111 0 0.88 0.31 0.37 321 0.78 0.35
Hex A0 14 6F 0 58 1F 25 141 4E 23
Octal 240 24 157 0 130 37 45 501 116 43
Binary 10100000 10100 1101111 0 1011000 11111 100101 101000001 1001110 100011

Color Harmonies of #A0146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0146F

Black with #A0146F

Text Example


Text Example

White with #A0146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0146F; }

 p { color: rgb(160,20,111); }

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

background-color css

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

 a { background-color: rgb(160,20,111); }

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

border-color css

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

 span { border-color: rgb(160,20,111); }

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