Html Css Color HEX #A90053 Jazzberry Jam

📋 copy color: '#A90053'

red 169 ◦ green 0 ◦ blue 83

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

Shades of Jazzberry Jam #A90053

Tints of Jazzberry Jam #A90053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 67.06%
G = 0%
B = 32.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A90053 (or 0xA90053) is known color: Jazzberry Jam. HEX triplet: A9, 00 and 53. RGB value is (169,0,83). Sum of RGB (Red+Green+Blue) = 169+0+83=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A90053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90053 is #56FFAC. Grayscale: #3B3B3B. Windows color (decimal): -5701549 or 5439657. OLE color: 5439657.

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

Color convert

RGB 169 0 83 -
CMYK 0 1 0.51 0.34
HSL 330.53º 1% 0.33% -
HSV(B) 330.53º 1% 0.66% -
XYZ 17.92 9.06 8.99 -
YUV 59.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 169 0 83 0 1 0.51 0.34 330.53 1 0.33
Hex A9 0 53 0 64 33 22 14B 64 21
Octal 251 0 123 0 144 63 42 513 144 41
Binary 10101001 0 1010011 0 1100100 110011 100010 101001011 1100100 100001

Color Harmonies of #A90053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90053

Black with #A90053

Text Example


Text Example

White with #A90053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90053; }

 p { color: rgb(169,0,83); }

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

background-color css

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

 a { background-color: rgb(169,0,83); }

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

border-color css

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

 span { border-color: rgb(169,0,83); }

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