Html Css Color HEX #A41061 Jazzberry Jam

📋 copy color: '#A41061'

red 164 ◦ green 16 ◦ blue 97

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

Shades of Jazzberry Jam #A41061

Tints of Jazzberry Jam #A41061

RGB

 RED value IS 164 (64.45% from 255) = 59.21%

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

 BLUE value IS 97 (38.28% from 255) = 35.02%

R = 59.21%
G = 5.78%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A41061 (or 0xA41061) is known color: Jazzberry Jam. HEX triplet: A4, 10 and 61. RGB value is (164,16,97). Sum of RGB (Red+Green+Blue) = 164+16+97=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A41061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41061 is #5BEF9E. Grayscale: #454545. Windows color (decimal): -6025119 or 6361252. OLE color: 6361252.

HSL color Cylindrical-coordinate representation of color #A41061: hue angle of 327.16º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41061 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 16 97 -
CMYK 0 0.90 0.41 0.36
HSL 327.16º 0.82% 0.35% -
HSV(B) 327.16º 0.9% 0.64% -
XYZ 17.65 9.13 12.14 -
YUV 69.49 143.53 195.41 -
System Red Green Blue C M Y K H S L
Decimal 164 16 97 0 0.90 0.41 0.36 327.16 0.82 0.35
Hex A4 10 61 0 5A 29 24 147 52 23
Octal 244 20 141 0 132 51 44 507 122 43
Binary 10100100 10000 1100001 0 1011010 101001 100100 101000111 1010010 100011

Color Harmonies of #A41061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41061

Black with #A41061

Text Example


Text Example

White with #A41061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41061; }

 p { color: rgb(164,16,97); }

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

background-color css

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

 a { background-color: rgb(164,16,97); }

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

border-color css

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

 span { border-color: rgb(164,16,97); }

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