Html Css Color HEX #A90B5A Jazzberry Jam

📋 copy color: '#A90B5A'

red 169 ◦ green 11 ◦ blue 90

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

Shades of Jazzberry Jam #A90B5A

Tints of Jazzberry Jam #A90B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 62.59%
G = 4.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#A90B5A (or 0xA90B5A) is known color: Jazzberry Jam. HEX triplet: A9, 0B and 5A. RGB value is (169,11,90). Sum of RGB (Red+Green+Blue) = 169+11+90=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90B5A is #56F4A5. Grayscale: #434343. Windows color (decimal): -5698726 or 5901225. OLE color: 5901225.

HSL color Cylindrical-coordinate representation of color #A90B5A: hue angle of 330º 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 #A90B5A is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 11 90 -
CMYK 0 0.93 0.47 0.34
HSL 330º 0.88% 0.35% -
HSV(B) 330º 0.93% 0.66% -
XYZ 18.33 9.41 10.52 -
YUV 67.25 140.85 200.58 -
System Red Green Blue C M Y K H S L
Decimal 169 11 90 0 0.93 0.47 0.34 330 0.88 0.35
Hex A9 B 5A 0 5D 2F 22 14A 58 23
Octal 251 13 132 0 135 57 42 512 130 43
Binary 10101001 1011 1011010 0 1011101 101111 100010 101001010 1011000 100011

Color Harmonies of #A90B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90B5A

Black with #A90B5A

Text Example


Text Example

White with #A90B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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