Html Css Color HEX #A61254 Jazzberry Jam

📋 copy color: '#A61254'

red 166 ◦ green 18 ◦ blue 84

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

Shades of Jazzberry Jam #A61254

Tints of Jazzberry Jam #A61254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.34%

R = 61.94%
G = 6.72%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A61254 (or 0xA61254) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 54. RGB value is (166,18,84). Sum of RGB (Red+Green+Blue) = 166+18+84=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A61254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61254 is #59EDAB. Grayscale: #454545. Windows color (decimal): -5893548 or 5509798. OLE color: 5509798.

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

Color convert

RGB 166 18 84 -
CMYK 0 0.89 0.49 0.35
HSL 333.24º 0.8% 0.36% -
HSV(B) 333.24º 0.89% 0.65% -
XYZ 17.54 9.18 9.23 -
YUV 69.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 166 18 84 0 0.89 0.49 0.35 333.24 0.8 0.36
Hex A6 12 54 0 59 31 23 14D 50 24
Octal 246 22 124 0 131 61 43 515 120 44
Binary 10100110 10010 1010100 0 1011001 110001 100011 101001101 1010000 100100

Color Harmonies of #A61254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61254

Black with #A61254

Text Example


Text Example

White with #A61254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61254; }

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

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

background-color css

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

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

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

border-color css

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

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

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