Html Css Color HEX #A01042 Jazzberry Jam

📋 copy color: '#A01042'

red 160 ◦ green 16 ◦ blue 66

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

Shades of Jazzberry Jam #A01042

Tints of Jazzberry Jam #A01042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.27%

R = 66.12%
G = 6.61%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A01042 (or 0xA01042) is known color: Jazzberry Jam. HEX triplet: A0, 10 and 42. RGB value is (160,16,66). Sum of RGB (Red+Green+Blue) = 160+16+66=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A01042 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01042 is #5FEFBD. Grayscale: #404040. Windows color (decimal): -6287294 or 4329632. OLE color: 4329632.

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

Color convert

RGB 160 16 66 -
CMYK 0 0.9 0.59 0.37
HSL 339.17º 0.82% 0.35% -
HSV(B) 339.17º 0.9% 0.63% -
XYZ 15.67 8.24 5.92 -
YUV 64.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 160 16 66 0 0.9 0.59 0.37 339.17 0.82 0.35
Hex A0 10 42 0 5A 3B 25 153 52 23
Octal 240 20 102 0 132 73 45 523 122 43
Binary 10100000 10000 1000010 0 1011010 111011 100101 101010011 1010010 100011

Color Harmonies of #A01042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01042

Black with #A01042

Text Example


Text Example

White with #A01042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01042; }

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

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

background-color css

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

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

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

border-color css

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

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

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