Html Css Color HEX #A0246F Jazzberry Jam

📋 copy color: '#A0246F'

red 160 ◦ green 36 ◦ blue 111

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

Shades of Jazzberry Jam #A0246F

Tints of Jazzberry Jam #A0246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

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

R = 52.12%
G = 11.73%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0246F (or 0xA0246F) is known color: Jazzberry Jam. HEX triplet: A0, 24 and 6F. RGB value is (160,36,111). Sum of RGB (Red+Green+Blue) = 160+36+111=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0246F is #5FDB90. Grayscale: #515151. Windows color (decimal): -6282129 or 7283872. OLE color: 7283872.

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

Color convert

RGB 160 36 111 -
CMYK 0 0.78 0.31 0.37
HSL 323.71º 0.63% 0.38% -
HSV(B) 323.71º 0.78% 0.63% -
XYZ 18 9.88 16 -
YUV 81.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 160 36 111 0 0.78 0.31 0.37 323.71 0.63 0.38
Hex A0 24 6F 0 4E 1F 25 144 3F 26
Octal 240 44 157 0 116 37 45 504 77 46
Binary 10100000 100100 1101111 0 1001110 11111 100101 101000100 111111 100110

Color Harmonies of #A0246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0246F

Black with #A0246F

Text Example


Text Example

White with #A0246F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0246F; }

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

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

background-color css

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

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

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

border-color css

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

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

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