Html Css Color HEX #A0236F Jazzberry Jam

📋 copy color: '#A0236F'

red 160 ◦ green 35 ◦ blue 111

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

Shades of Jazzberry Jam #A0236F

Tints of Jazzberry Jam #A0236F

RGB

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

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

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

R = 52.29%
G = 11.44%
B = 36.27%

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

#A0236F (or 0xA0236F) is known color: Jazzberry Jam. HEX triplet: A0, 23 and 6F. RGB value is (160,35,111). Sum of RGB (Red+Green+Blue) = 160+35+111=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0236F is #5FDC90. Grayscale: #505050. Windows color (decimal): -6282385 or 7283616. OLE color: 7283616.

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

Color convert

RGB 160 35 111 -
CMYK 0 0.78 0.31 0.37
HSL 323.52º 0.64% 0.38% -
HSV(B) 323.52º 0.78% 0.63% -
XYZ 17.97 9.82 15.99 -
YUV 81.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 160 35 111 0 0.78 0.31 0.37 323.52 0.64 0.38
Hex A0 23 6F 0 4E 1F 25 144 40 26
Octal 240 43 157 0 116 37 45 504 100 46
Binary 10100000 100011 1101111 0 1001110 11111 100101 101000100 1000000 100110

Color Harmonies of #A0236F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0236F

Black with #A0236F

Text Example


Text Example

White with #A0236F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0236F; }

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

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

background-color css

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

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

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

border-color css

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

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

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