Html Css Color HEX #A61E77 Jazzberry Jam

📋 copy color: '#A61E77'

red 166 ◦ green 30 ◦ blue 119

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

Shades of Jazzberry Jam #A61E77

Tints of Jazzberry Jam #A61E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.52%

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 52.7%
G = 9.52%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A61E77 (or 0xA61E77) is known color: Jazzberry Jam. HEX triplet: A6, 1E and 77. RGB value is (166,30,119). Sum of RGB (Red+Green+Blue) = 166+30+119=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 30 (12.11% from 255 or 9.52% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61E77 is #59E188. Grayscale: #505050. Windows color (decimal): -5890441 or 7806630. OLE color: 7806630.

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

Color convert

RGB 166 30 119 -
CMYK 0 0.82 0.28 0.35
HSL 320.74º 0.69% 0.38% -
HSV(B) 320.74º 0.82% 0.65% -
XYZ 19.52 10.37 18.43 -
YUV 80.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 166 30 119 0 0.82 0.28 0.35 320.74 0.69 0.38
Hex A6 1E 77 0 52 1C 23 141 45 26
Octal 246 36 167 0 122 34 43 501 105 46
Binary 10100110 11110 1110111 0 1010010 11100 100011 101000001 1000101 100110

Color Harmonies of #A61E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61E77

Black with #A61E77

Text Example


Text Example

White with #A61E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61E77; }

 p { color: rgb(166,30,119); }

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

background-color css

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

 a { background-color: rgb(166,30,119); }

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

border-color css

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

 span { border-color: rgb(166,30,119); }

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