Html Css Color HEX #A41C5A Jazzberry Jam

📋 copy color: '#A41C5A'

red 164 ◦ green 28 ◦ blue 90

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

Shades of Jazzberry Jam #A41C5A

Tints of Jazzberry Jam #A41C5A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

 BLUE value IS 90 (35.55% from 255) = 31.91%

R = 58.16%
G = 9.93%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A41C5A (or 0xA41C5A) is known color: Jazzberry Jam. HEX triplet: A4, 1C and 5A. RGB value is (164,28,90). Sum of RGB (Red+Green+Blue) = 164+28+90=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41C5A is #5BE3A5. Grayscale: #4B4B4B. Windows color (decimal): -6022054 or 5905572. OLE color: 5905572.

HSL color Cylindrical-coordinate representation of color #A41C5A: hue angle of 332.65º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C5A is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 28 90 -
CMYK 0 0.83 0.45 0.36
HSL 332.65º 0.71% 0.38% -
HSV(B) 332.65º 0.83% 0.64% -
XYZ 17.57 9.46 10.57 -
YUV 75.73 136.06 190.96 -
System Red Green Blue C M Y K H S L
Decimal 164 28 90 0 0.83 0.45 0.36 332.65 0.71 0.38
Hex A4 1C 5A 0 53 2D 24 14D 47 26
Octal 244 34 132 0 123 55 44 515 107 46
Binary 10100100 11100 1011010 0 1010011 101101 100100 101001101 1000111 100110

Color Harmonies of #A41C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C5A

Black with #A41C5A

Text Example


Text Example

White with #A41C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C5A; }

 p { color: rgb(164,28,90); }

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

background-color css

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

 a { background-color: rgb(164,28,90); }

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

border-color css

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

 span { border-color: rgb(164,28,90); }

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