Html Css Color HEX #A946EA Medium Orchid

📋 copy color: '#A946EA'

red 169 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #A946EA

Tints of Medium Orchid #A946EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 35.73%
G = 14.8%
B = 49.47%

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

#A946EA (or 0xA946EA) is known color: Medium Orchid. HEX triplet: A9, 46 and EA. RGB value is (169,70,234). Sum of RGB (Red+Green+Blue) = 169+70+234=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #A946EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A946EA is #56B915. Grayscale: #757575. Windows color (decimal): -5683478 or 15353513. OLE color: 15353513.

HSL color Cylindrical-coordinate representation of color #A946EA: hue angle of 276.22º 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 #A946EA is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 70 234 -
CMYK 0.28 0.70 0 0.08
HSL 276.22º 0.8% 0.6% -
HSV(B) 276.22º 0.7% 0.92% -
XYZ 33.4 18.76 79.7 -
YUV 118.3 193.3 164.16 -
System Red Green Blue C M Y K H S L
Decimal 169 70 234 0.28 0.70 0 0.08 276.22 0.8 0.6
Hex A9 46 EA 1C 46 0 8 114 50 3C
Octal 251 106 352 34 106 0 10 424 120 74
Binary 10101001 1000110 11101010 11100 1000110 0 1000 100010100 1010000 111100

Color Harmonies of #A946EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A946EA

Black with #A946EA

Text Example


Text Example

White with #A946EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A946EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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