Html Css Color HEX #A0256B Jazzberry Jam

📋 copy color: '#A0256B'

red 160 ◦ green 37 ◦ blue 107

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

Shades of Jazzberry Jam #A0256B

Tints of Jazzberry Jam #A0256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 52.63%
G = 12.17%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0256B (or 0xA0256B) is known color: Jazzberry Jam. HEX triplet: A0, 25 and 6B. RGB value is (160,37,107). Sum of RGB (Red+Green+Blue) = 160+37+107=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A0256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0256B is #5FDA94. Grayscale: #515151. Windows color (decimal): -6281877 or 7021984. OLE color: 7021984.

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

Color convert

RGB 160 37 107 -
CMYK 0 0.77 0.33 0.37
HSL 325.85º 0.62% 0.39% -
HSV(B) 325.85º 0.77% 0.63% -
XYZ 17.81 9.86 14.87 -
YUV 81.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 160 37 107 0 0.77 0.33 0.37 325.85 0.62 0.39
Hex A0 25 6B 0 4D 21 25 146 3E 27
Octal 240 45 153 0 115 41 45 506 76 47
Binary 10100000 100101 1101011 0 1001101 100001 100101 101000110 111110 100111

Color Harmonies of #A0256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0256B

Black with #A0256B

Text Example


Text Example

White with #A0256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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