Html Css Color HEX #A0256F Jazzberry Jam

📋 copy color: '#A0256F'

red 160 ◦ green 37 ◦ blue 111

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

Shades of Jazzberry Jam #A0256F

Tints of Jazzberry Jam #A0256F

RGB

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

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

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

R = 51.95%
G = 12.01%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0256F (or 0xA0256F) is known color: Jazzberry Jam. HEX triplet: A0, 25 and 6F. RGB value is (160,37,111). Sum of RGB (Red+Green+Blue) = 160+37+111=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0256F is #5FDA90. Grayscale: #525252. Windows color (decimal): -6281873 or 7284128. OLE color: 7284128.

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

Color convert

RGB 160 37 111 -
CMYK 0 0.77 0.31 0.37
HSL 323.9º 0.62% 0.39% -
HSV(B) 323.9º 0.77% 0.63% -
XYZ 18.03 9.94 16.01 -
YUV 82.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 160 37 111 0 0.77 0.31 0.37 323.9 0.62 0.39
Hex A0 25 6F 0 4D 1F 25 144 3E 27
Octal 240 45 157 0 115 37 45 504 76 47
Binary 10100000 100101 1101111 0 1001101 11111 100101 101000100 111110 100111

Color Harmonies of #A0256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0256F

Black with #A0256F

Text Example


Text Example

White with #A0256F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0256F; }

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

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

background-color css

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

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

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

border-color css

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

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

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