Html Css Color HEX #A90164 Jazzberry Jam

📋 copy color: '#A90164'

red 169 ◦ green 1 ◦ blue 100

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

Shades of Jazzberry Jam #A90164

Tints of Jazzberry Jam #A90164

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 100 (39.45% from 255) = 37.04%

R = 62.59%
G = 0.37%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A90164 (or 0xA90164) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 64. RGB value is (169,1,100). Sum of RGB (Red+Green+Blue) = 169+1+100=270 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.59% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 169 - color contains mainly: red. Hex color #A90164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90164 is #56FE9B. Grayscale: #3E3E3E. Windows color (decimal): -5701276 or 6554025. OLE color: 6554025.

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

Color convert

RGB 169 1 100 -
CMYK 0 0.99 0.41 0.34
HSL 324.64º 0.99% 0.33% -
HSV(B) 324.64º 0.99% 0.66% -
XYZ 18.67 9.38 12.88 -
YUV 62.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 169 1 100 0 0.99 0.41 0.34 324.64 0.99 0.33
Hex A9 1 64 0 63 29 22 145 63 21
Octal 251 1 144 0 143 51 42 505 143 41
Binary 10101001 1 1100100 0 1100011 101001 100010 101000101 1100011 100001

Color Harmonies of #A90164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90164

Black with #A90164

Text Example


Text Example

White with #A90164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90164; }

 p { color: rgb(169,1,100); }

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

background-color css

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

 a { background-color: rgb(169,1,100); }

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

border-color css

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

 span { border-color: rgb(169,1,100); }

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