Html Css Color HEX #A0236D Jazzberry Jam

📋 copy color: '#A0236D'

red 160 ◦ green 35 ◦ blue 109

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

Shades of Jazzberry Jam #A0236D

Tints of Jazzberry Jam #A0236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.51%

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 52.63%
G = 11.51%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0236D (or 0xA0236D) is known color: Jazzberry Jam. HEX triplet: A0, 23 and 6D. RGB value is (160,35,109). Sum of RGB (Red+Green+Blue) = 160+35+109=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0236D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0236D is #5FDC92. Grayscale: #505050. Windows color (decimal): -6282387 or 7152544. OLE color: 7152544.

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

Color convert

RGB 160 35 109 -
CMYK 0 0.78 0.32 0.37
HSL 324.48º 0.64% 0.38% -
HSV(B) 324.48º 0.78% 0.63% -
XYZ 17.86 9.78 15.41 -
YUV 80.81 143.91 184.48 -
System Red Green Blue C M Y K H S L
Decimal 160 35 109 0 0.78 0.32 0.37 324.48 0.64 0.38
Hex A0 23 6D 0 4E 20 25 144 40 26
Octal 240 43 155 0 116 40 45 504 100 46
Binary 10100000 100011 1101101 0 1001110 100000 100101 101000100 1000000 100110

Color Harmonies of #A0236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0236D

Black with #A0236D

Text Example


Text Example

White with #A0236D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0236D; }

 p { color: rgb(160,35,109); }

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

background-color css

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

 a { background-color: rgb(160,35,109); }

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

border-color css

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

 span { border-color: rgb(160,35,109); }

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