Html Css Color HEX #A41153 Jazzberry Jam

📋 copy color: '#A41153'

red 164 ◦ green 17 ◦ blue 83

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

Shades of Jazzberry Jam #A41153

Tints of Jazzberry Jam #A41153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 62.12%
G = 6.44%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A41153 (or 0xA41153) is known color: Jazzberry Jam. HEX triplet: A4, 11 and 53. RGB value is (164,17,83). Sum of RGB (Red+Green+Blue) = 164+17+83=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A41153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41153 is #5BEEAC. Grayscale: #444444. Windows color (decimal): -6024877 or 5444004. OLE color: 5444004.

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

Color convert

RGB 164 17 83 -
CMYK 0 0.90 0.49 0.36
HSL 333.06º 0.81% 0.35% -
HSV(B) 333.06º 0.9% 0.64% -
XYZ 17.07 8.92 9.01 -
YUV 68.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 164 17 83 0 0.90 0.49 0.36 333.06 0.81 0.35
Hex A4 11 53 0 5A 31 24 14D 51 23
Octal 244 21 123 0 132 61 44 515 121 43
Binary 10100100 10001 1010011 0 1011010 110001 100100 101001101 1010001 100011

Color Harmonies of #A41153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41153

Black with #A41153

Text Example


Text Example

White with #A41153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41153; }

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

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

background-color css

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

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

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

border-color css

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

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

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