Html Css Color HEX #A0236A Jazzberry Jam

📋 copy color: '#A0236A'

red 160 ◦ green 35 ◦ blue 106

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

Shades of Jazzberry Jam #A0236A

Tints of Jazzberry Jam #A0236A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.22%

R = 53.16%
G = 11.63%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A0236A (or 0xA0236A) is known color: Jazzberry Jam. HEX triplet: A0, 23 and 6A. RGB value is (160,35,106). Sum of RGB (Red+Green+Blue) = 160+35+106=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0236A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0236A is #5FDC95. Grayscale: #505050. Windows color (decimal): -6282390 or 6955936. OLE color: 6955936.

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

Color convert

RGB 160 35 106 -
CMYK 0 0.78 0.34 0.37
HSL 325.92º 0.64% 0.38% -
HSV(B) 325.92º 0.78% 0.63% -
XYZ 17.7 9.72 14.58 -
YUV 80.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 160 35 106 0 0.78 0.34 0.37 325.92 0.64 0.38
Hex A0 23 6A 0 4E 22 25 146 40 26
Octal 240 43 152 0 116 42 45 506 100 46
Binary 10100000 100011 1101010 0 1001110 100010 100101 101000110 1000000 100110

Color Harmonies of #A0236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0236A

Black with #A0236A

Text Example


Text Example

White with #A0236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0236A; }

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

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

background-color css

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

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

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

border-color css

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

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

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