Html Css Color HEX #A946EB Medium Orchid

📋 copy color: '#A946EB'

red 169 ◦ green 70 ◦ blue 235

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

Shades of Medium Orchid #A946EB

Tints of Medium Orchid #A946EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.58%

R = 35.65%
G = 14.77%
B = 49.58%

CMYK

 C value IS 0.28

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A946EB (or 0xA946EB) is known color: Medium Orchid. HEX triplet: A9, 46 and EB. RGB value is (169,70,235). Sum of RGB (Red+Green+Blue) = 169+70+235=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 70 (27.73% from 255 or 14.77% from 474); Blue value is 235 (92.19% from 255 or 49.58% from 474); Max value from RGB is 235 - color contains mainly: blue. Hex color #A946EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A946EB is #56B914. Grayscale: #757575. Windows color (decimal): -5683477 or 15419049. OLE color: 15419049.

HSL color Cylindrical-coordinate representation of color #A946EB: hue angle of 276º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A946EB is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 70 235 -
CMYK 0.28 0.70 0 0.08
HSL 276º 0.8% 0.6% -
HSV(B) 276º 0.7% 0.92% -
XYZ 33.55 18.81 80.46 -
YUV 118.41 193.8 164.08 -
System Red Green Blue C M Y K H S L
Decimal 169 70 235 0.28 0.70 0 0.08 276 0.8 0.6
Hex A9 46 EB 1C 46 0 8 114 50 3C
Octal 251 106 353 34 106 0 10 424 120 74
Binary 10101001 1000110 11101011 11100 1000110 0 1000 100010100 1010000 111100

Color Harmonies of #A946EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A946EB

Black with #A946EB

Text Example


Text Example

White with #A946EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A946EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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