Html Css Color HEX #A61D70 Jazzberry Jam

📋 copy color: '#A61D70'

red 166 ◦ green 29 ◦ blue 112

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

Shades of Jazzberry Jam #A61D70

Tints of Jazzberry Jam #A61D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 54.07%
G = 9.45%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A61D70 (or 0xA61D70) is known color: Jazzberry Jam. HEX triplet: A6, 1D and 70. RGB value is (166,29,112). Sum of RGB (Red+Green+Blue) = 166+29+112=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A61D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61D70 is #59E28F. Grayscale: #4F4F4F. Windows color (decimal): -5890704 or 7347622. OLE color: 7347622.

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

Color convert

RGB 166 29 112 -
CMYK 0 0.83 0.33 0.35
HSL 323.65º 0.7% 0.38% -
HSV(B) 323.65º 0.83% 0.65% -
XYZ 19.09 10.16 16.28 -
YUV 79.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 166 29 112 0 0.83 0.33 0.35 323.65 0.7 0.38
Hex A6 1D 70 0 53 21 23 144 46 26
Octal 246 35 160 0 123 41 43 504 106 46
Binary 10100110 11101 1110000 0 1010011 100001 100011 101000100 1000110 100110

Color Harmonies of #A61D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61D70

Black with #A61D70

Text Example


Text Example

White with #A61D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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