Html Css Color HEX #A0196B Jazzberry Jam

📋 copy color: '#A0196B'

red 160 ◦ green 25 ◦ blue 107

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

Shades of Jazzberry Jam #A0196B

Tints of Jazzberry Jam #A0196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 54.79%
G = 8.56%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0196B (or 0xA0196B) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 6B. RGB value is (160,25,107). Sum of RGB (Red+Green+Blue) = 160+25+107=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A0196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0196B is #5FE694. Grayscale: #4A4A4A. Windows color (decimal): -6284949 or 7018912. OLE color: 7018912.

HSL color Cylindrical-coordinate representation of color #A0196B: hue angle of 323.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0196B is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 25 107 -
CMYK 0 0.84 0.33 0.37
HSL 323.56º 0.73% 0.36% -
HSV(B) 323.56º 0.84% 0.63% -
XYZ 17.5 9.23 14.77 -
YUV 74.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 160 25 107 0 0.84 0.33 0.37 323.56 0.73 0.36
Hex A0 19 6B 0 54 21 25 144 49 24
Octal 240 31 153 0 124 41 45 504 111 44
Binary 10100000 11001 1101011 0 1010100 100001 100101 101000100 1001001 100100

Color Harmonies of #A0196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0196B

Black with #A0196B

Text Example


Text Example

White with #A0196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0196B; }

 p { color: rgb(160,25,107); }

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

background-color css

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

 a { background-color: rgb(160,25,107); }

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

border-color css

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

 span { border-color: rgb(160,25,107); }

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