Html Css Color HEX #A0256D Jazzberry Jam

📋 copy color: '#A0256D'

red 160 ◦ green 37 ◦ blue 109

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

Shades of Jazzberry Jam #A0256D

Tints of Jazzberry Jam #A0256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.09%

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

R = 52.29%
G = 12.09%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0256D (or 0xA0256D) is known color: Jazzberry Jam. HEX triplet: A0, 25 and 6D. RGB value is (160,37,109). Sum of RGB (Red+Green+Blue) = 160+37+109=306 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.29% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 160 - color contains mainly: red. Hex color #A0256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0256D is #5FDA92. Grayscale: #515151. Windows color (decimal): -6281875 or 7153056. OLE color: 7153056.

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

Color convert

RGB 160 37 109 -
CMYK 0 0.77 0.32 0.37
HSL 324.88º 0.62% 0.39% -
HSV(B) 324.88º 0.77% 0.63% -
XYZ 17.92 9.9 15.43 -
YUV 81.99 143.25 183.65 -
System Red Green Blue C M Y K H S L
Decimal 160 37 109 0 0.77 0.32 0.37 324.88 0.62 0.39
Hex A0 25 6D 0 4D 20 25 145 3E 27
Octal 240 45 155 0 115 40 45 505 76 47
Binary 10100000 100101 1101101 0 1001101 100000 100101 101000101 111110 100111

Color Harmonies of #A0256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0256D

Black with #A0256D

Text Example


Text Example

White with #A0256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0256D; }

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

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

background-color css

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

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

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

border-color css

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

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

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