Html Css Color HEX #A01C5E Jazzberry Jam

📋 copy color: '#A01C5E'

red 160 ◦ green 28 ◦ blue 94

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

Shades of Jazzberry Jam #A01C5E

Tints of Jazzberry Jam #A01C5E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 56.74%
G = 9.93%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A01C5E (or 0xA01C5E) is known color: Jazzberry Jam. HEX triplet: A0, 1C and 5E. RGB value is (160,28,94). Sum of RGB (Red+Green+Blue) = 160+28+94=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01C5E is #5FE3A1. Grayscale: #4A4A4A. Windows color (decimal): -6284194 or 6167712. OLE color: 6167712.

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

Color convert

RGB 160 28 94 -
CMYK 0 0.82 0.41 0.37
HSL 330º 0.7% 0.37% -
HSV(B) 330º 0.83% 0.63% -
XYZ 16.93 9.11 11.46 -
YUV 74.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 160 28 94 0 0.82 0.41 0.37 330 0.7 0.37
Hex A0 1C 5E 0 52 29 25 14A 46 25
Octal 240 34 136 0 122 51 45 512 106 45
Binary 10100000 11100 1011110 0 1010010 101001 100101 101001010 1000110 100101

Color Harmonies of #A01C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01C5E

Black with #A01C5E

Text Example


Text Example

White with #A01C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01C5E; }

 p { color: rgb(160,28,94); }

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

background-color css

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

 a { background-color: rgb(160,28,94); }

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

border-color css

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

 span { border-color: rgb(160,28,94); }

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