Html Css Color HEX #A61D66 Jazzberry Jam

📋 copy color: '#A61D66'

red 166 ◦ green 29 ◦ blue 102

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

Shades of Jazzberry Jam #A61D66

Tints of Jazzberry Jam #A61D66

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.76%

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

R = 55.89%
G = 9.76%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A61D66 (or 0xA61D66) is known color: Jazzberry Jam. HEX triplet: A6, 1D and 66. RGB value is (166,29,102). Sum of RGB (Red+Green+Blue) = 166+29+102=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D66 is #59E299. Grayscale: #4E4E4E. Windows color (decimal): -5890714 or 6692262. OLE color: 6692262.

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

Color convert

RGB 166 29 102 -
CMYK 0 0.83 0.39 0.35
HSL 328.03º 0.7% 0.38% -
HSV(B) 328.03º 0.83% 0.65% -
XYZ 18.56 9.95 13.51 -
YUV 78.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 166 29 102 0 0.83 0.39 0.35 328.03 0.7 0.38
Hex A6 1D 66 0 53 27 23 148 46 26
Octal 246 35 146 0 123 47 43 510 106 46
Binary 10100110 11101 1100110 0 1010011 100111 100011 101001000 1000110 100110

Color Harmonies of #A61D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D66

Black with #A61D66

Text Example


Text Example

White with #A61D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D66; }

 p { color: rgb(166,29,102); }

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

background-color css

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

 a { background-color: rgb(166,29,102); }

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

border-color css

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

 span { border-color: rgb(166,29,102); }

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