Html Css Color HEX #A41366 Jazzberry Jam

📋 copy color: '#A41366'

red 164 ◦ green 19 ◦ blue 102

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

Shades of Jazzberry Jam #A41366

Tints of Jazzberry Jam #A41366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 57.54%
G = 6.67%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A41366 (or 0xA41366) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 66. RGB value is (164,19,102). Sum of RGB (Red+Green+Blue) = 164+19+102=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A41366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41366 is #5BEC99. Grayscale: #474747. Windows color (decimal): -6024346 or 6689700. OLE color: 6689700.

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

Color convert

RGB 164 19 102 -
CMYK 0 0.88 0.38 0.36
HSL 325.66º 0.79% 0.36% -
HSV(B) 325.66º 0.88% 0.64% -
XYZ 17.94 9.32 13.42 -
YUV 71.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 164 19 102 0 0.88 0.38 0.36 325.66 0.79 0.36
Hex A4 13 66 0 58 26 24 146 4F 24
Octal 244 23 146 0 130 46 44 506 117 44
Binary 10100100 10011 1100110 0 1011000 100110 100100 101000110 1001111 100100

Color Harmonies of #A41366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41366

Black with #A41366

Text Example


Text Example

White with #A41366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41366; }

 p { color: rgb(164,19,102); }

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

background-color css

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

 a { background-color: rgb(164,19,102); }

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

border-color css

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

 span { border-color: rgb(164,19,102); }

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