Html Css Color HEX #A90E58 Jazzberry Jam

📋 copy color: '#A90E58'

red 169 ◦ green 14 ◦ blue 88

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

Shades of Jazzberry Jam #A90E58

Tints of Jazzberry Jam #A90E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 62.36%
G = 5.17%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A90E58 (or 0xA90E58) is known color: Jazzberry Jam. HEX triplet: A9, 0E and 58. RGB value is (169,14,88). Sum of RGB (Red+Green+Blue) = 169+14+88=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A90E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90E58 is #56F1A7. Grayscale: #444444. Windows color (decimal): -5697960 or 5770921. OLE color: 5770921.

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

Color convert

RGB 169 14 88 -
CMYK 0 0.92 0.48 0.34
HSL 331.35º 0.85% 0.36% -
HSV(B) 331.35º 0.92% 0.66% -
XYZ 18.28 9.45 10.09 -
YUV 68.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 169 14 88 0 0.92 0.48 0.34 331.35 0.85 0.36
Hex A9 E 58 0 5C 30 22 14B 55 24
Octal 251 16 130 0 134 60 42 513 125 44
Binary 10101001 1110 1011000 0 1011100 110000 100010 101001011 1010101 100100

Color Harmonies of #A90E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90E58

Black with #A90E58

Text Example


Text Example

White with #A90E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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