Html Css Color HEX #A0266D Jazzberry Jam

📋 copy color: '#A0266D'

red 160 ◦ green 38 ◦ blue 109

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

Shades of Jazzberry Jam #A0266D

Tints of Jazzberry Jam #A0266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.38%

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

R = 52.12%
G = 12.38%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0266D (or 0xA0266D) is known color: Jazzberry Jam. HEX triplet: A0, 26 and 6D. RGB value is (160,38,109). Sum of RGB (Red+Green+Blue) = 160+38+109=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A0266D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0266D is #5FD992. Grayscale: #525252. Windows color (decimal): -6281619 or 7153312. OLE color: 7153312.

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

Color convert

RGB 160 38 109 -
CMYK 0 0.76 0.32 0.37
HSL 325.08º 0.62% 0.39% -
HSV(B) 325.08º 0.76% 0.63% -
XYZ 17.95 9.96 15.45 -
YUV 82.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 160 38 109 0 0.76 0.32 0.37 325.08 0.62 0.39
Hex A0 26 6D 0 4C 20 25 145 3E 27
Octal 240 46 155 0 114 40 45 505 76 47
Binary 10100000 100110 1101101 0 1001100 100000 100101 101000101 111110 100111

Color Harmonies of #A0266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0266D

Black with #A0266D

Text Example


Text Example

White with #A0266D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0266D; }

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

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

background-color css

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

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

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

border-color css

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

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

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