Html Css Color HEX #A90B6A Jazzberry Jam

📋 copy color: '#A90B6A'

red 169 ◦ green 11 ◦ blue 106

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

Shades of Jazzberry Jam #A90B6A

Tints of Jazzberry Jam #A90B6A

RGB

 RED value IS 169 (66.41% from 255) = 59.09%

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

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

R = 59.09%
G = 3.85%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A90B6A (or 0xA90B6A) is known color: Jazzberry Jam. HEX triplet: A9, 0B and 6A. RGB value is (169,11,106). Sum of RGB (Red+Green+Blue) = 169+11+106=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B6A is #56F495. Grayscale: #444444. Windows color (decimal): -5698710 or 6949801. OLE color: 6949801.

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

Color convert

RGB 169 11 106 -
CMYK 0 0.93 0.37 0.34
HSL 323.92º 0.88% 0.35% -
HSV(B) 323.92º 0.93% 0.66% -
XYZ 19.08 9.71 14.51 -
YUV 69.07 148.85 199.28 -
System Red Green Blue C M Y K H S L
Decimal 169 11 106 0 0.93 0.37 0.34 323.92 0.88 0.35
Hex A9 B 6A 0 5D 25 22 144 58 23
Octal 251 13 152 0 135 45 42 504 130 43
Binary 10101001 1011 1101010 0 1011101 100101 100010 101000100 1011000 100011

Color Harmonies of #A90B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90B6A

Black with #A90B6A

Text Example


Text Example

White with #A90B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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