Html Css Color HEX #A60B6A Jazzberry Jam

📋 copy color: '#A60B6A'

red 166 ◦ green 11 ◦ blue 106

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

Shades of Jazzberry Jam #A60B6A

Tints of Jazzberry Jam #A60B6A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

 BLUE value IS 106 (41.8% from 255) = 37.46%

R = 58.66%
G = 3.89%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A60B6A (or 0xA60B6A) is known color: Jazzberry Jam. HEX triplet: A6, 0B and 6A. RGB value is (166,11,106). Sum of RGB (Red+Green+Blue) = 166+11+106=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60B6A is #59F495. Grayscale: #434343. Windows color (decimal): -5895318 or 6949798. OLE color: 6949798.

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

Color convert

RGB 166 11 106 -
CMYK 0 0.93 0.36 0.35
HSL 323.23º 0.88% 0.35% -
HSV(B) 323.23º 0.93% 0.65% -
XYZ 18.45 9.39 14.48 -
YUV 68.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 166 11 106 0 0.93 0.36 0.35 323.23 0.88 0.35
Hex A6 B 6A 0 5D 24 23 143 58 23
Octal 246 13 152 0 135 44 43 503 130 43
Binary 10100110 1011 1101010 0 1011101 100100 100011 101000011 1011000 100011

Color Harmonies of #A60B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A60B6A

Black with #A60B6A

Text Example


Text Example

White with #A60B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A60B6A; }

 p { color: rgb(166,11,106); }

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

background-color css

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

 a { background-color: rgb(166,11,106); }

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

border-color css

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

 span { border-color: rgb(166,11,106); }

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