Html Css Color HEX #A61C68 Jazzberry Jam

📋 copy color: '#A61C68'

red 166 ◦ green 28 ◦ blue 104

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

Shades of Jazzberry Jam #A61C68

Tints of Jazzberry Jam #A61C68

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.4%

 BLUE value IS 104 (41.02% from 255) = 34.9%

R = 55.7%
G = 9.4%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A61C68 (or 0xA61C68) is known color: Jazzberry Jam. HEX triplet: A6, 1C and 68. RGB value is (166,28,104). Sum of RGB (Red+Green+Blue) = 166+28+104=298 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.70% from 298); Green value is 28 (11.33% from 255 or 9.40% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61C68 is #59E397. Grayscale: #4D4D4D. Windows color (decimal): -5890968 or 6823078. OLE color: 6823078.

HSL color Cylindrical-coordinate representation of color #A61C68: hue angle of 326.96º degrees, saturation: 0.71, 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 #A61C68 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 28 104 -
CMYK 0 0.83 0.37 0.35
HSL 326.96º 0.71% 0.38% -
HSV(B) 326.96º 0.83% 0.65% -
XYZ 18.64 9.94 14.03 -
YUV 77.93 142.72 190.82 -
System Red Green Blue C M Y K H S L
Decimal 166 28 104 0 0.83 0.37 0.35 326.96 0.71 0.38
Hex A6 1C 68 0 53 25 23 147 47 26
Octal 246 34 150 0 123 45 43 507 107 46
Binary 10100110 11100 1101000 0 1010011 100101 100011 101000111 1000111 100110

Color Harmonies of #A61C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C68

Black with #A61C68

Text Example


Text Example

White with #A61C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C68; }

 p { color: rgb(166,28,104); }

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

background-color css

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

 a { background-color: rgb(166,28,104); }

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

border-color css

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

 span { border-color: rgb(166,28,104); }

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