Html Css Color HEX #A61D68 Jazzberry Jam

📋 copy color: '#A61D68'

red 166 ◦ green 29 ◦ blue 104

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

Shades of Jazzberry Jam #A61D68

Tints of Jazzberry Jam #A61D68

RGB

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

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

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

R = 55.52%
G = 9.7%
B = 34.78%

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

#A61D68 (or 0xA61D68) is known color: Jazzberry Jam. HEX triplet: A6, 1D and 68. RGB value is (166,29,104). Sum of RGB (Red+Green+Blue) = 166+29+104=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D68 is #59E297. Grayscale: #4E4E4E. Windows color (decimal): -5890712 or 6823334. OLE color: 6823334.

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

Color convert

RGB 166 29 104 -
CMYK 0 0.83 0.37 0.35
HSL 327.15º 0.7% 0.38% -
HSV(B) 327.15º 0.83% 0.65% -
XYZ 18.66 9.99 14.04 -
YUV 78.51 142.39 190.4 -
System Red Green Blue C M Y K H S L
Decimal 166 29 104 0 0.83 0.37 0.35 327.15 0.7 0.38
Hex A6 1D 68 0 53 25 23 147 46 26
Octal 246 35 150 0 123 45 43 507 106 46
Binary 10100110 11101 1101000 0 1010011 100101 100011 101000111 1000110 100110

Color Harmonies of #A61D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D68

Black with #A61D68

Text Example


Text Example

White with #A61D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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