Html Css Color HEX #A90063 Jazzberry Jam

📋 copy color: '#A90063'

red 169 ◦ green 0 ◦ blue 99

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

Shades of Jazzberry Jam #A90063

Tints of Jazzberry Jam #A90063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 63.06%
G = 0%
B = 36.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A90063 (or 0xA90063) is known color: Jazzberry Jam. HEX triplet: A9, 00 and 63. RGB value is (169,0,99). Sum of RGB (Red+Green+Blue) = 169+0+99=268 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.06% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 169 - color contains mainly: red. Hex color #A90063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90063 is #56FF9C. Grayscale: #3D3D3D. Windows color (decimal): -5701533 or 6488233. OLE color: 6488233.

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

Color convert

RGB 169 0 99 -
CMYK 0 1 0.41 0.34
HSL 324.85º 1% 0.33% -
HSV(B) 324.85º 1% 0.66% -
XYZ 18.61 9.34 12.63 -
YUV 61.82 148.99 204.45 -
System Red Green Blue C M Y K H S L
Decimal 169 0 99 0 1 0.41 0.34 324.85 1 0.33
Hex A9 0 63 0 64 29 22 145 64 21
Octal 251 0 143 0 144 51 42 505 144 41
Binary 10101001 0 1100011 0 1100100 101001 100010 101000101 1100100 100001

Color Harmonies of #A90063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90063

Black with #A90063

Text Example


Text Example

White with #A90063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90063; }

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

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

background-color css

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

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

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

border-color css

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

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

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