Html Css Color HEX #A61E6C Jazzberry Jam

📋 copy color: '#A61E6C'

red 166 ◦ green 30 ◦ blue 108

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

Shades of Jazzberry Jam #A61E6C

Tints of Jazzberry Jam #A61E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 54.61%
G = 9.87%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A61E6C (or 0xA61E6C) is known color: Jazzberry Jam. HEX triplet: A6, 1E and 6C. RGB value is (166,30,108). Sum of RGB (Red+Green+Blue) = 166+30+108=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A61E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61E6C is #59E193. Grayscale: #4F4F4F. Windows color (decimal): -5890452 or 7085734. OLE color: 7085734.

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

Color convert

RGB 166 30 108 -
CMYK 0 0.82 0.35 0.35
HSL 325.59º 0.69% 0.38% -
HSV(B) 325.59º 0.82% 0.65% -
XYZ 18.9 10.12 15.14 -
YUV 79.56 144.06 189.66 -
System Red Green Blue C M Y K H S L
Decimal 166 30 108 0 0.82 0.35 0.35 325.59 0.69 0.38
Hex A6 1E 6C 0 52 23 23 146 45 26
Octal 246 36 154 0 122 43 43 506 105 46
Binary 10100110 11110 1101100 0 1010010 100011 100011 101000110 1000101 100110

Color Harmonies of #A61E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61E6C

Black with #A61E6C

Text Example


Text Example

White with #A61E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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