Html Css Color HEX #A01044 Jazzberry Jam

📋 copy color: '#A01044'

red 160 ◦ green 16 ◦ blue 68

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

Shades of Jazzberry Jam #A01044

Tints of Jazzberry Jam #A01044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.87%

R = 65.57%
G = 6.56%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A01044 (or 0xA01044) is known color: Jazzberry Jam. HEX triplet: A0, 10 and 44. RGB value is (160,16,68). Sum of RGB (Red+Green+Blue) = 160+16+68=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A01044 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01044 is #5FEFBB. Grayscale: #404040. Windows color (decimal): -6287292 or 4460704. OLE color: 4460704.

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

Color convert

RGB 160 16 68 -
CMYK 0 0.9 0.57 0.37
HSL 338.33º 0.82% 0.35% -
HSV(B) 338.33º 0.9% 0.63% -
XYZ 15.73 8.26 6.23 -
YUV 64.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 160 16 68 0 0.9 0.57 0.37 338.33 0.82 0.35
Hex A0 10 44 0 5A 39 25 152 52 23
Octal 240 20 104 0 132 71 45 522 122 43
Binary 10100000 10000 1000100 0 1011010 111001 100101 101010010 1010010 100011

Color Harmonies of #A01044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01044

Black with #A01044

Text Example


Text Example

White with #A01044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01044; }

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

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

background-color css

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

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

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

border-color css

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

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

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