Html Css Color HEX #A946DB Medium Orchid

📋 copy color: '#A946DB'

red 169 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #A946DB

Tints of Medium Orchid #A946DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.28%

 BLUE value IS 219 (85.94% from 255) = 47.82%

R = 36.9%
G = 15.28%
B = 47.82%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A946DB (or 0xA946DB) is known color: Medium Orchid. HEX triplet: A9, 46 and DB. RGB value is (169,70,219). Sum of RGB (Red+Green+Blue) = 169+70+219=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #A946DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A946DB is #56B924. Grayscale: #747474. Windows color (decimal): -5683493 or 14370473. OLE color: 14370473.

HSL color Cylindrical-coordinate representation of color #A946DB: hue angle of 279.87º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A946DB is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 70 219 -
CMYK 0.23 0.68 0 0.14
HSL 279.87º 0.67% 0.57% -
HSV(B) 279.87º 0.68% 0.86% -
XYZ 31.34 17.93 68.83 -
YUV 116.59 185.8 165.38 -
System Red Green Blue C M Y K H S L
Decimal 169 70 219 0.23 0.68 0 0.14 279.87 0.67 0.57
Hex A9 46 DB 17 44 0 E 118 43 39
Octal 251 106 333 27 104 0 16 430 103 71
Binary 10101001 1000110 11011011 10111 1000100 0 1110 100011000 1000011 111001

Color Harmonies of #A946DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A946DB

Black with #A946DB

Text Example


Text Example

White with #A946DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A946DB; }

 p { color: rgb(169,70,219); }

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

background-color css

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

 a { background-color: rgb(169,70,219); }

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

border-color css

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

 span { border-color: rgb(169,70,219); }

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