Html Css Color HEX #A90163 Jazzberry Jam

📋 copy color: '#A90163'

red 169 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #A90163

Tints of Jazzberry Jam #A90163

RGB

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

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

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

R = 62.83%
G = 0.37%
B = 36.8%

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

#A90163 (or 0xA90163) is known color: Jazzberry Jam. HEX triplet: A9, 01 and 63. RGB value is (169,1,99). Sum of RGB (Red+Green+Blue) = 169+1+99=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A90163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90163 is #56FE9C. Grayscale: #3E3E3E. Windows color (decimal): -5701277 or 6488489. OLE color: 6488489.

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

Color convert

RGB 169 1 99 -
CMYK 0 0.99 0.41 0.34
HSL 325º 0.99% 0.33% -
HSV(B) 325º 0.99% 0.66% -
XYZ 18.63 9.36 12.63 -
YUV 62.4 148.66 204.03 -
System Red Green Blue C M Y K H S L
Decimal 169 1 99 0 0.99 0.41 0.34 325 0.99 0.33
Hex A9 1 63 0 63 29 22 145 63 21
Octal 251 1 143 0 143 51 42 505 143 41
Binary 10101001 1 1100011 0 1100011 101001 100010 101000101 1100011 100001

Color Harmonies of #A90163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90163

Black with #A90163

Text Example


Text Example

White with #A90163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90163; }

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

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

background-color css

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

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

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

border-color css

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

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

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