Html Css Color HEX #A41063 Jazzberry Jam

📋 copy color: '#A41063'

red 164 ◦ green 16 ◦ blue 99

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

Shades of Jazzberry Jam #A41063

Tints of Jazzberry Jam #A41063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 58.78%
G = 5.73%
B = 35.48%

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

#A41063 (or 0xA41063) is known color: Jazzberry Jam. HEX triplet: A4, 10 and 63. RGB value is (164,16,99). Sum of RGB (Red+Green+Blue) = 164+16+99=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A41063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41063 is #5BEF9C. Grayscale: #454545. Windows color (decimal): -6025117 or 6492324. OLE color: 6492324.

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

Color convert

RGB 164 16 99 -
CMYK 0 0.90 0.40 0.36
HSL 326.35º 0.82% 0.35% -
HSV(B) 326.35º 0.9% 0.64% -
XYZ 17.75 9.16 12.64 -
YUV 69.71 144.53 195.25 -
System Red Green Blue C M Y K H S L
Decimal 164 16 99 0 0.90 0.40 0.36 326.35 0.82 0.35
Hex A4 10 63 0 5A 28 24 146 52 23
Octal 244 20 143 0 132 50 44 506 122 43
Binary 10100100 10000 1100011 0 1011010 101000 100100 101000110 1010010 100011

Color Harmonies of #A41063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41063

Black with #A41063

Text Example


Text Example

White with #A41063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41063; }

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

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

background-color css

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

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

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

border-color css

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

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

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