Html Css Color HEX #A41162 Jazzberry Jam

📋 copy color: '#A41162'

red 164 ◦ green 17 ◦ blue 98

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

Shades of Jazzberry Jam #A41162

Tints of Jazzberry Jam #A41162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

 BLUE value IS 98 (38.67% from 255) = 35.13%

R = 58.78%
G = 6.09%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A41162 (or 0xA41162) is known color: Jazzberry Jam. HEX triplet: A4, 11 and 62. RGB value is (164,17,98). Sum of RGB (Red+Green+Blue) = 164+17+98=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A41162 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41162 is #5BEE9D. Grayscale: #464646. Windows color (decimal): -6024862 or 6427044. OLE color: 6427044.

HSL color Cylindrical-coordinate representation of color #A41162: hue angle of 326.94º degrees, saturation: 0.81, 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 #A41162 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 17 98 -
CMYK 0 0.90 0.40 0.36
HSL 326.94º 0.81% 0.35% -
HSV(B) 326.94º 0.9% 0.64% -
XYZ 17.71 9.18 12.39 -
YUV 70.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 164 17 98 0 0.90 0.40 0.36 326.94 0.81 0.35
Hex A4 11 62 0 5A 28 24 147 51 23
Octal 244 21 142 0 132 50 44 507 121 43
Binary 10100100 10001 1100010 0 1011010 101000 100100 101000111 1010001 100011

Color Harmonies of #A41162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41162

Black with #A41162

Text Example


Text Example

White with #A41162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41162; }

 p { color: rgb(164,17,98); }

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

background-color css

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

 a { background-color: rgb(164,17,98); }

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

border-color css

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

 span { border-color: rgb(164,17,98); }

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