Html Css Color HEX #A61474 Jazzberry Jam

📋 copy color: '#A61474'

red 166 ◦ green 20 ◦ blue 116

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

Shades of Jazzberry Jam #A61474

Tints of Jazzberry Jam #A61474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 54.97%
G = 6.62%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A61474 (or 0xA61474) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 74. RGB value is (166,20,116). Sum of RGB (Red+Green+Blue) = 166+20+116=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A61474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61474 is #59EB8B. Grayscale: #4A4A4A. Windows color (decimal): -5893004 or 7607462. OLE color: 7607462.

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

Color convert

RGB 166 20 116 -
CMYK 0 0.88 0.30 0.35
HSL 320.55º 0.78% 0.36% -
HSV(B) 320.55º 0.88% 0.65% -
XYZ 19.13 9.87 17.42 -
YUV 74.6 151.37 193.19 -
System Red Green Blue C M Y K H S L
Decimal 166 20 116 0 0.88 0.30 0.35 320.55 0.78 0.36
Hex A6 14 74 0 58 1E 23 141 4E 24
Octal 246 24 164 0 130 36 43 501 116 44
Binary 10100110 10100 1110100 0 1011000 11110 100011 101000001 1001110 100100

Color Harmonies of #A61474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61474

Black with #A61474

Text Example


Text Example

White with #A61474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61474; }

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

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

background-color css

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

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

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

border-color css

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

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

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