Html Css Color HEX #A61273 Jazzberry Jam

📋 copy color: '#A61273'

red 166 ◦ green 18 ◦ blue 115

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

Shades of Jazzberry Jam #A61273

Tints of Jazzberry Jam #A61273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.02%

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 55.52%
G = 6.02%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A61273 (or 0xA61273) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 73. RGB value is (166,18,115). Sum of RGB (Red+Green+Blue) = 166+18+115=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 18 (7.42% from 255 or 6.02% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A61273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61273 is #59ED8C. Grayscale: #494949. Windows color (decimal): -5893517 or 7541414. OLE color: 7541414.

HSL color Cylindrical-coordinate representation of color #A61273: hue angle of 320.68º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A61273 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 18 115 -
CMYK 0 0.89 0.31 0.35
HSL 320.68º 0.8% 0.36% -
HSV(B) 320.68º 0.89% 0.65% -
XYZ 19.04 9.78 17.1 -
YUV 73.31 151.53 194.11 -
System Red Green Blue C M Y K H S L
Decimal 166 18 115 0 0.89 0.31 0.35 320.68 0.8 0.36
Hex A6 12 73 0 59 1F 23 141 50 24
Octal 246 22 163 0 131 37 43 501 120 44
Binary 10100110 10010 1110011 0 1011001 11111 100011 101000001 1010000 100100

Color Harmonies of #A61273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61273

Black with #A61273

Text Example


Text Example

White with #A61273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61273; }

 p { color: rgb(166,18,115); }

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

background-color css

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

 a { background-color: rgb(166,18,115); }

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

border-color css

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

 span { border-color: rgb(166,18,115); }

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