Html Css Color HEX #A90A6B Jazzberry Jam

📋 copy color: '#A90A6B'

red 169 ◦ green 10 ◦ blue 107

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

Shades of Jazzberry Jam #A90A6B

Tints of Jazzberry Jam #A90A6B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.5%

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 59.09%
G = 3.5%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.34

RGB Variations

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

Color information

#A90A6B (or 0xA90A6B) is known color: Jazzberry Jam. HEX triplet: A9, 0A and 6B. RGB value is (169,10,107). Sum of RGB (Red+Green+Blue) = 169+10+107=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A6B is #56F594. Grayscale: #444444. Windows color (decimal): -5698965 or 7015081. OLE color: 7015081.

HSL color Cylindrical-coordinate representation of color #A90A6B: hue angle of 323.4º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90A6B is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 10 107 -
CMYK 0 0.94 0.37 0.34
HSL 323.4º 0.89% 0.35% -
HSV(B) 323.4º 0.94% 0.66% -
XYZ 19.12 9.71 14.78 -
YUV 68.6 149.68 199.61 -
System Red Green Blue C M Y K H S L
Decimal 169 10 107 0 0.94 0.37 0.34 323.4 0.89 0.35
Hex A9 A 6B 0 5E 25 22 143 59 23
Octal 251 12 153 0 136 45 42 503 131 43
Binary 10101001 1010 1101011 0 1011110 100101 100010 101000011 1011001 100011

Color Harmonies of #A90A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90A6B

Black with #A90A6B

Text Example


Text Example

White with #A90A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90A6B; }

 p { color: rgb(169,10,107); }

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

background-color css

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

 a { background-color: rgb(169,10,107); }

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

border-color css

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

 span { border-color: rgb(169,10,107); }

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