Html Css Color HEX #A01057 Jazzberry Jam

📋 copy color: '#A01057'

red 160 ◦ green 16 ◦ blue 87

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

Shades of Jazzberry Jam #A01057

Tints of Jazzberry Jam #A01057

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

 BLUE value IS 87 (34.38% from 255) = 33.08%

R = 60.84%
G = 6.08%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A01057 (or 0xA01057) is known color: Jazzberry Jam. HEX triplet: A0, 10 and 57. RGB value is (160,16,87). Sum of RGB (Red+Green+Blue) = 160+16+87=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A01057 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01057 is #5FEFA8. Grayscale: #434343. Windows color (decimal): -6287273 or 5705888. OLE color: 5705888.

HSL color Cylindrical-coordinate representation of color #A01057: hue angle of 330.42º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A01057 is Cyan = 0, Magento = 0.9, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 16 87 -
CMYK 0 0.9 0.46 0.37
HSL 330.42º 0.82% 0.35% -
HSV(B) 330.42º 0.9% 0.63% -
XYZ 16.4 8.53 9.8 -
YUV 67.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 160 16 87 0 0.9 0.46 0.37 330.42 0.82 0.35
Hex A0 10 57 0 5A 2E 25 14A 52 23
Octal 240 20 127 0 132 56 45 512 122 43
Binary 10100000 10000 1010111 0 1011010 101110 100101 101001010 1010010 100011

Color Harmonies of #A01057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01057

Black with #A01057

Text Example


Text Example

White with #A01057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01057; }

 p { color: rgb(160,16,87); }

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

background-color css

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

 a { background-color: rgb(160,16,87); }

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

border-color css

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

 span { border-color: rgb(160,16,87); }

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