Html Css Color HEX #A61F74 Jazzberry Jam

📋 copy color: '#A61F74'

red 166 ◦ green 31 ◦ blue 116

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

Shades of Jazzberry Jam #A61F74

Tints of Jazzberry Jam #A61F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.9%

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

R = 53.04%
G = 9.9%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A61F74 (or 0xA61F74) is known color: Jazzberry Jam. HEX triplet: A6, 1F and 74. RGB value is (166,31,116). Sum of RGB (Red+Green+Blue) = 166+31+116=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A61F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61F74 is #59E08B. Grayscale: #505050. Windows color (decimal): -5890188 or 7610278. OLE color: 7610278.

HSL color Cylindrical-coordinate representation of color #A61F74: hue angle of 322.22º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A61F74 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 31 116 -
CMYK 0 0.81 0.30 0.35
HSL 322.22º 0.69% 0.39% -
HSV(B) 322.22º 0.81% 0.65% -
XYZ 19.37 10.35 17.5 -
YUV 81.06 147.73 188.59 -
System Red Green Blue C M Y K H S L
Decimal 166 31 116 0 0.81 0.30 0.35 322.22 0.69 0.39
Hex A6 1F 74 0 51 1E 23 142 45 27
Octal 246 37 164 0 121 36 43 502 105 47
Binary 10100110 11111 1110100 0 1010001 11110 100011 101000010 1000101 100111

Color Harmonies of #A61F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61F74

Black with #A61F74

Text Example


Text Example

White with #A61F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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