Html Css Color HEX #A61B78 Jazzberry Jam

📋 copy color: '#A61B78'

red 166 ◦ green 27 ◦ blue 120

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

Shades of Jazzberry Jam #A61B78

Tints of Jazzberry Jam #A61B78

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.63%

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 53.04%
G = 8.63%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A61B78 (or 0xA61B78) is known color: Jazzberry Jam. HEX triplet: A6, 1B and 78. RGB value is (166,27,120). Sum of RGB (Red+Green+Blue) = 166+27+120=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A61B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61B78 is #59E487. Grayscale: #4E4E4E. Windows color (decimal): -5891208 or 7871398. OLE color: 7871398.

HSL color Cylindrical-coordinate representation of color #A61B78: hue angle of 319.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61B78 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 27 120 -
CMYK 0 0.84 0.28 0.35
HSL 319.86º 0.72% 0.38% -
HSV(B) 319.86º 0.84% 0.65% -
XYZ 19.51 10.25 18.72 -
YUV 79.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 166 27 120 0 0.84 0.28 0.35 319.86 0.72 0.38
Hex A6 1B 78 0 54 1C 23 140 48 26
Octal 246 33 170 0 124 34 43 500 110 46
Binary 10100110 11011 1111000 0 1010100 11100 100011 101000000 1001000 100110

Color Harmonies of #A61B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61B78

Black with #A61B78

Text Example


Text Example

White with #A61B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61B78; }

 p { color: rgb(166,27,120); }

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

background-color css

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

 a { background-color: rgb(166,27,120); }

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

border-color css

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

 span { border-color: rgb(166,27,120); }

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