Html Css Color HEX #A61065 Jazzberry Jam

📋 copy color: '#A61065'

red 166 ◦ green 16 ◦ blue 101

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

Shades of Jazzberry Jam #A61065

Tints of Jazzberry Jam #A61065

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 58.66%
G = 5.65%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A61065 (or 0xA61065) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 65. RGB value is (166,16,101). Sum of RGB (Red+Green+Blue) = 166+16+101=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A61065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61065 is #59EF9A. Grayscale: #464646. Windows color (decimal): -5894043 or 6623398. OLE color: 6623398.

HSL color Cylindrical-coordinate representation of color #A61065: hue angle of 326º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61065 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 16 101 -
CMYK 0 0.90 0.39 0.35
HSL 326º 0.82% 0.36% -
HSV(B) 326º 0.9% 0.65% -
XYZ 18.26 9.42 13.17 -
YUV 70.54 145.2 196.09 -
System Red Green Blue C M Y K H S L
Decimal 166 16 101 0 0.90 0.39 0.35 326 0.82 0.36
Hex A6 10 65 0 5A 27 23 146 52 24
Octal 246 20 145 0 132 47 43 506 122 44
Binary 10100110 10000 1100101 0 1011010 100111 100011 101000110 1010010 100100

Color Harmonies of #A61065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61065

Black with #A61065

Text Example


Text Example

White with #A61065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61065; }

 p { color: rgb(166,16,101); }

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

background-color css

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

 a { background-color: rgb(166,16,101); }

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

border-color css

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

 span { border-color: rgb(166,16,101); }

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