Html Css Color HEX #A90254 Jazzberry Jam

📋 copy color: '#A90254'

red 169 ◦ green 2 ◦ blue 84

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

Shades of Jazzberry Jam #A90254

Tints of Jazzberry Jam #A90254

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

 BLUE value IS 84 (33.2% from 255) = 32.94%

R = 66.27%
G = 0.78%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.34

RGB Variations

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

Color information

#A90254 (or 0xA90254) is known color: Jazzberry Jam. HEX triplet: A9, 02 and 54. RGB value is (169,2,84). Sum of RGB (Red+Green+Blue) = 169+2+84=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A90254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90254 is #56FDAB. Grayscale: #3D3D3D. Windows color (decimal): -5701036 or 5505705. OLE color: 5505705.

HSL color Cylindrical-coordinate representation of color #A90254: hue angle of 330.54º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A90254 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 2 84 -
CMYK 0 0.99 0.50 0.34
HSL 330.54º 0.98% 0.34% -
HSV(B) 330.54º 0.99% 0.66% -
XYZ 17.98 9.12 9.2 -
YUV 61.28 140.83 204.83 -
System Red Green Blue C M Y K H S L
Decimal 169 2 84 0 0.99 0.50 0.34 330.54 0.98 0.34
Hex A9 2 54 0 63 32 22 14B 62 22
Octal 251 2 124 0 143 62 42 513 142 42
Binary 10101001 10 1010100 0 1100011 110010 100010 101001011 1100010 100010

Color Harmonies of #A90254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90254

Black with #A90254

Text Example


Text Example

White with #A90254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90254; }

 p { color: rgb(169,2,84); }

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

background-color css

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

 a { background-color: rgb(169,2,84); }

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

border-color css

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

 span { border-color: rgb(169,2,84); }

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