Html Css Color HEX #A900B3 Deep Magenta

📋 copy color: '#A900B3'

red 169 ◦ green 0 ◦ blue 179

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

Shades of Deep Magenta #A900B3

Tints of Deep Magenta #A900B3

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 179 (70.31% from 255) = 51.44%

R = 48.56%
G = 0%
B = 51.44%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A900B3 (or 0xA900B3) is known color: Deep Magenta. HEX triplet: A9, 00 and B3. RGB value is (169,0,179). Sum of RGB (Red+Green+Blue) = 169+0+179=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 179 (70.31% from 255 or 51.44% from 348); Max value from RGB is 179 - color contains mainly: blue. Hex color #A900B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A900B3 is #56FF4C. Grayscale: #464646. Windows color (decimal): -5701453 or 11731113. OLE color: 11731113.

HSL color Cylindrical-coordinate representation of color #A900B3: hue angle of 296.65º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A900B3 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 169 0 179 -
CMYK 0.06 1 0 0.30
HSL 296.65º 1% 0.35% -
HSV(B) 296.65º 1% 0.7% -
XYZ 24.5 11.69 43.61 -
YUV 70.94 188.99 197.95 -
System Red Green Blue C M Y K H S L
Decimal 169 0 179 0.06 1 0 0.30 296.65 1 0.35
Hex A9 0 B3 6 64 0 1E 129 64 23
Octal 251 0 263 6 144 0 36 451 144 43
Binary 10101001 0 10110011 110 1100100 0 11110 100101001 1100100 100011

Color Harmonies of #A900B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A900B3

Black with #A900B3

Text Example


Text Example

White with #A900B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A900B3; }

 p { color: rgb(169,0,179); }

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

background-color css

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

 a { background-color: rgb(169,0,179); }

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

border-color css

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

 span { border-color: rgb(169,0,179); }

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