Html Css Color HEX #A61A62 Jazzberry Jam

📋 copy color: '#A61A62'

red 166 ◦ green 26 ◦ blue 98

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

Shades of Jazzberry Jam #A61A62

Tints of Jazzberry Jam #A61A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.97%

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 57.24%
G = 8.97%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A61A62 (or 0xA61A62) is known color: Jazzberry Jam. HEX triplet: A6, 1A and 62. RGB value is (166,26,98). Sum of RGB (Red+Green+Blue) = 166+26+98=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A61A62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61A62 is #59E59D. Grayscale: #4B4B4B. Windows color (decimal): -5891486 or 6429350. OLE color: 6429350.

HSL color Cylindrical-coordinate representation of color #A61A62: hue angle of 329.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61A62 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 26 98 -
CMYK 0 0.84 0.41 0.35
HSL 329.14º 0.73% 0.38% -
HSV(B) 329.14º 0.84% 0.65% -
XYZ 18.3 9.73 12.47 -
YUV 76.07 140.38 192.15 -
System Red Green Blue C M Y K H S L
Decimal 166 26 98 0 0.84 0.41 0.35 329.14 0.73 0.38
Hex A6 1A 62 0 54 29 23 149 49 26
Octal 246 32 142 0 124 51 43 511 111 46
Binary 10100110 11010 1100010 0 1010100 101001 100011 101001001 1001001 100110

Color Harmonies of #A61A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61A62

Black with #A61A62

Text Example


Text Example

White with #A61A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61A62; }

 p { color: rgb(166,26,98); }

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

background-color css

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

 a { background-color: rgb(166,26,98); }

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

border-color css

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

 span { border-color: rgb(166,26,98); }

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