Html Css Color HEX #A0195F Jazzberry Jam

📋 copy color: '#A0195F'

red 160 ◦ green 25 ◦ blue 95

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

Shades of Jazzberry Jam #A0195F

Tints of Jazzberry Jam #A0195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.93%

R = 57.14%
G = 8.93%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0195F (or 0xA0195F) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 5F. RGB value is (160,25,95). Sum of RGB (Red+Green+Blue) = 160+25+95=280 (37% of max value = 765). Red value is 160 (62.89% from 255 or 57.14% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 160 - color contains mainly: red. Hex color #A0195F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0195F is #5FE6A0. Grayscale: #494949. Windows color (decimal): -6284961 or 6232480. OLE color: 6232480.

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

Color convert

RGB 160 25 95 -
CMYK 0 0.84 0.41 0.37
HSL 328.89º 0.73% 0.36% -
HSV(B) 328.89º 0.84% 0.63% -
XYZ 16.91 9 11.67 -
YUV 73.35 140.23 189.81 -
System Red Green Blue C M Y K H S L
Decimal 160 25 95 0 0.84 0.41 0.37 328.89 0.73 0.36
Hex A0 19 5F 0 54 29 25 149 49 24
Octal 240 31 137 0 124 51 45 511 111 44
Binary 10100000 11001 1011111 0 1010100 101001 100101 101001001 1001001 100100

Color Harmonies of #A0195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0195F

Black with #A0195F

Text Example


Text Example

White with #A0195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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