Html Css Color HEX #A41A70 Jazzberry Jam

📋 copy color: '#A41A70'

red 164 ◦ green 26 ◦ blue 112

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

Shades of Jazzberry Jam #A41A70

Tints of Jazzberry Jam #A41A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.61%

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 54.3%
G = 8.61%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A41A70 (or 0xA41A70) is known color: Jazzberry Jam. HEX triplet: A4, 1A and 70. RGB value is (164,26,112). Sum of RGB (Red+Green+Blue) = 164+26+112=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41A70 is #5BE58F. Grayscale: #4C4C4C. Windows color (decimal): -6022544 or 7346852. OLE color: 7346852.

HSL color Cylindrical-coordinate representation of color #A41A70: hue angle of 322.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A70 is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 26 112 -
CMYK 0 0.84 0.32 0.36
HSL 322.61º 0.73% 0.37% -
HSV(B) 322.61º 0.84% 0.64% -
XYZ 18.6 9.8 16.24 -
YUV 77.07 147.72 190.01 -
System Red Green Blue C M Y K H S L
Decimal 164 26 112 0 0.84 0.32 0.36 322.61 0.73 0.37
Hex A4 1A 70 0 54 20 24 143 49 25
Octal 244 32 160 0 124 40 44 503 111 45
Binary 10100100 11010 1110000 0 1010100 100000 100100 101000011 1001001 100101

Color Harmonies of #A41A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A70

Black with #A41A70

Text Example


Text Example

White with #A41A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A70; }

 p { color: rgb(164,26,112); }

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

background-color css

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

 a { background-color: rgb(164,26,112); }

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

border-color css

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

 span { border-color: rgb(164,26,112); }

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