Html Css Color HEX #A90A6D Jazzberry Jam

📋 copy color: '#A90A6D'

red 169 ◦ green 10 ◦ blue 109

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

Shades of Jazzberry Jam #A90A6D

Tints of Jazzberry Jam #A90A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 58.68%
G = 3.47%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A90A6D (or 0xA90A6D) is known color: Jazzberry Jam. HEX triplet: A9, 0A and 6D. RGB value is (169,10,109). Sum of RGB (Red+Green+Blue) = 169+10+109=288 (38% of max value = 765). Red value is 169 (66.41% from 255 or 58.68% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 169 - color contains mainly: red. Hex color #A90A6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90A6D is #56F592. Grayscale: #444444. Windows color (decimal): -5698963 or 7146153. OLE color: 7146153.

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

Color convert

RGB 169 10 109 -
CMYK 0 0.94 0.36 0.34
HSL 322.64º 0.89% 0.35% -
HSV(B) 322.64º 0.94% 0.66% -
XYZ 19.23 9.76 15.34 -
YUV 68.83 150.68 199.45 -
System Red Green Blue C M Y K H S L
Decimal 169 10 109 0 0.94 0.36 0.34 322.64 0.89 0.35
Hex A9 A 6D 0 5E 24 22 143 59 23
Octal 251 12 155 0 136 44 42 503 131 43
Binary 10101001 1010 1101101 0 1011110 100100 100010 101000011 1011001 100011

Color Harmonies of #A90A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A90A6D

Black with #A90A6D

Text Example


Text Example

White with #A90A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A90A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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