Html Css Color HEX #A0146E Jazzberry Jam

📋 copy color: '#A0146E'

red 160 ◦ green 20 ◦ blue 110

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

Shades of Jazzberry Jam #A0146E

Tints of Jazzberry Jam #A0146E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 55.17%
G = 6.9%
B = 37.93%

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

#A0146E (or 0xA0146E) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 6E. RGB value is (160,20,110). Sum of RGB (Red+Green+Blue) = 160+20+110=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A0146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0146E is #5FEB91. Grayscale: #474747. Windows color (decimal): -6286226 or 7214240. OLE color: 7214240.

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

Color convert

RGB 160 20 110 -
CMYK 0 0.88 0.31 0.37
HSL 321.43º 0.78% 0.35% -
HSV(B) 321.43º 0.88% 0.63% -
XYZ 17.56 9.1 15.58 -
YUV 72.12 149.38 190.68 -
System Red Green Blue C M Y K H S L
Decimal 160 20 110 0 0.88 0.31 0.37 321.43 0.78 0.35
Hex A0 14 6E 0 58 1F 25 141 4E 23
Octal 240 24 156 0 130 37 45 501 116 43
Binary 10100000 10100 1101110 0 1011000 11111 100101 101000001 1001110 100011

Color Harmonies of #A0146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0146E

Black with #A0146E

Text Example


Text Example

White with #A0146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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