Html Css Color HEX #A90E56 Jazzberry Jam

📋 copy color: '#A90E56'

red 169 ◦ green 14 ◦ blue 86

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

Shades of Jazzberry Jam #A90E56

Tints of Jazzberry Jam #A90E56

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.2%

 BLUE value IS 86 (33.98% from 255) = 31.97%

R = 62.83%
G = 5.2%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A90E56 (or 0xA90E56) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 56. RGB value is (169,14,86). Sum of RGB (Red+Green+Blue) = 169+14+86=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E56 is #56F1A9. Grayscale: #444444. Windows color (decimal): -5697962 or 5639849. OLE color: 5639849.

HSL color Cylindrical-coordinate representation of color #A90E56: hue angle of 332.13º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A90E56 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 14 86 -
CMYK 0 0.92 0.49 0.34
HSL 332.13º 0.85% 0.36% -
HSV(B) 332.13º 0.92% 0.66% -
XYZ 18.2 9.42 9.66 -
YUV 68.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 169 14 86 0 0.92 0.49 0.34 332.13 0.85 0.36
Hex A9 E 56 0 5C 31 22 14C 55 24
Octal 251 16 126 0 134 61 42 514 125 44
Binary 10101001 1110 1010110 0 1011100 110001 100010 101001100 1010101 100100

Color Harmonies of #A90E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90E56

Black with #A90E56

Text Example


Text Example

White with #A90E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90E56; }

 p { color: rgb(169,14,86); }

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

background-color css

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

 a { background-color: rgb(169,14,86); }

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

border-color css

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

 span { border-color: rgb(169,14,86); }

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