Html Css Color HEX #A909B2 Deep Magenta

📋 copy color: '#A909B2'

red 169 ◦ green 9 ◦ blue 178

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

Shades of Deep Magenta #A909B2

Tints of Deep Magenta #A909B2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.53%

 BLUE value IS 178 (69.92% from 255) = 50%

R = 47.47%
G = 2.53%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A909B2 (or 0xA909B2) is known color: Deep Magenta. HEX triplet: A9, 09 and B2. RGB value is (169,9,178). Sum of RGB (Red+Green+Blue) = 169+9+178=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 178 (69.92% from 255 or 50% from 356); Max value from RGB is 178 - color contains mainly: blue. Hex color #A909B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A909B2 is #56F64D. Grayscale: #4B4B4B. Windows color (decimal): -5699150 or 11667881. OLE color: 11667881.

HSL color Cylindrical-coordinate representation of color #A909B2: hue angle of 296.8º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A909B2 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 9 178 -
CMYK 0.05 0.95 0 0.30
HSL 296.8º 0.9% 0.37% -
HSV(B) 296.8º 0.95% 0.7% -
XYZ 24.5 11.84 43.11 -
YUV 76.11 185.51 194.26 -
System Red Green Blue C M Y K H S L
Decimal 169 9 178 0.05 0.95 0 0.30 296.8 0.9 0.37
Hex A9 9 B2 5 5F 0 1E 129 5A 25
Octal 251 11 262 5 137 0 36 451 132 45
Binary 10101001 1001 10110010 101 1011111 0 11110 100101001 1011010 100101

Color Harmonies of #A909B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A909B2

Black with #A909B2

Text Example


Text Example

White with #A909B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A909B2; }

 p { color: rgb(169,9,178); }

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

background-color css

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

 a { background-color: rgb(169,9,178); }

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

border-color css

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

 span { border-color: rgb(169,9,178); }

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