Html Css Color HEX #A41362 Jazzberry Jam

📋 copy color: '#A41362'

red 164 ◦ green 19 ◦ blue 98

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

Shades of Jazzberry Jam #A41362

Tints of Jazzberry Jam #A41362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 58.36%
G = 6.76%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A41362 (or 0xA41362) is known color: Jazzberry Jam. HEX triplet: A4, 13 and 62. RGB value is (164,19,98). Sum of RGB (Red+Green+Blue) = 164+19+98=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A41362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41362 is #5BEC9D. Grayscale: #474747. Windows color (decimal): -6024350 or 6427556. OLE color: 6427556.

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

Color convert

RGB 164 19 98 -
CMYK 0 0.88 0.40 0.36
HSL 327.31º 0.79% 0.36% -
HSV(B) 327.31º 0.88% 0.64% -
XYZ 17.75 9.24 12.4 -
YUV 71.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 164 19 98 0 0.88 0.40 0.36 327.31 0.79 0.36
Hex A4 13 62 0 58 28 24 147 4F 24
Octal 244 23 142 0 130 50 44 507 117 44
Binary 10100100 10011 1100010 0 1011000 101000 100100 101000111 1001111 100100

Color Harmonies of #A41362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41362

Black with #A41362

Text Example


Text Example

White with #A41362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41362; }

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

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

background-color css

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

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

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

border-color css

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

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

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