Html Css Color HEX #A61458 Jazzberry Jam

📋 copy color: '#A61458'

red 166 ◦ green 20 ◦ blue 88

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

Shades of Jazzberry Jam #A61458

Tints of Jazzberry Jam #A61458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 60.58%
G = 7.3%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A61458 (or 0xA61458) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 58. RGB value is (166,20,88). Sum of RGB (Red+Green+Blue) = 166+20+88=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A61458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61458 is #59EBA7. Grayscale: #474747. Windows color (decimal): -5893032 or 5772454. OLE color: 5772454.

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

Color convert

RGB 166 20 88 -
CMYK 0 0.88 0.47 0.35
HSL 332.05º 0.78% 0.36% -
HSV(B) 332.05º 0.88% 0.65% -
XYZ 17.74 9.31 10.1 -
YUV 71.41 137.37 195.47 -
System Red Green Blue C M Y K H S L
Decimal 166 20 88 0 0.88 0.47 0.35 332.05 0.78 0.36
Hex A6 14 58 0 58 2F 23 14C 4E 24
Octal 246 24 130 0 130 57 43 514 116 44
Binary 10100110 10100 1011000 0 1011000 101111 100011 101001100 1001110 100100

Color Harmonies of #A61458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61458

Black with #A61458

Text Example


Text Example

White with #A61458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61458; }

 p { color: rgb(166,20,88); }

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

background-color css

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

 a { background-color: rgb(166,20,88); }

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

border-color css

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

 span { border-color: rgb(166,20,88); }

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