Html Css Color HEX #A61362 Jazzberry Jam

📋 copy color: '#A61362'

red 166 ◦ green 19 ◦ blue 98

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

Shades of Jazzberry Jam #A61362

Tints of Jazzberry Jam #A61362

RGB

 RED value IS 166 (65.23% from 255) = 58.66%

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

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

R = 58.66%
G = 6.71%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A61362 (or 0xA61362) is known color: Jazzberry Jam. HEX triplet: A6, 13 and 62. RGB value is (166,19,98). Sum of RGB (Red+Green+Blue) = 166+19+98=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A61362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61362 is #59EC9D. Grayscale: #474747. Windows color (decimal): -5893278 or 6427558. OLE color: 6427558.

HSL color Cylindrical-coordinate representation of color #A61362: hue angle of 327.76º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61362 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 19 98 -
CMYK 0 0.89 0.41 0.35
HSL 327.76º 0.79% 0.36% -
HSV(B) 327.76º 0.89% 0.65% -
XYZ 18.16 9.45 12.42 -
YUV 71.96 142.7 195.08 -
System Red Green Blue C M Y K H S L
Decimal 166 19 98 0 0.89 0.41 0.35 327.76 0.79 0.36
Hex A6 13 62 0 59 29 23 148 4F 24
Octal 246 23 142 0 131 51 43 510 117 44
Binary 10100110 10011 1100010 0 1011001 101001 100011 101001000 1001111 100100

Color Harmonies of #A61362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61362

Black with #A61362

Text Example


Text Example

White with #A61362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61362; }

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

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

background-color css

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

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

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

border-color css

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

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

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