Html Css Color HEX #A942EC Medium Orchid

📋 copy color: '#A942EC'

red 169 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #A942EC

Tints of Medium Orchid #A942EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.01%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 35.88%
G = 14.01%
B = 50.11%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A942EC (or 0xA942EC) is known color: Medium Orchid. HEX triplet: A9, 42 and EC. RGB value is (169,66,236). Sum of RGB (Red+Green+Blue) = 169+66+236=471 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.88% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #A942EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A942EC is #56BD13. Grayscale: #737373. Windows color (decimal): -5684500 or 15483561. OLE color: 15483561.

HSL color Cylindrical-coordinate representation of color #A942EC: hue angle of 276.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A942EC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 66 236 -
CMYK 0.28 0.72 0 0.07
HSL 276.35º 0.82% 0.59% -
HSV(B) 276.35º 0.72% 0.93% -
XYZ 33.45 18.39 81.14 -
YUV 116.18 195.62 165.68 -
System Red Green Blue C M Y K H S L
Decimal 169 66 236 0.28 0.72 0 0.07 276.35 0.82 0.59
Hex A9 42 EC 1C 48 0 7 114 52 3B
Octal 251 102 354 34 110 0 7 424 122 73
Binary 10101001 1000010 11101100 11100 1001000 0 111 100010100 1010010 111011

Color Harmonies of #A942EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A942EC

Black with #A942EC

Text Example


Text Example

White with #A942EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A942EC; }

 p { color: rgb(169,66,236); }

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

background-color css

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

 a { background-color: rgb(169,66,236); }

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

border-color css

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

 span { border-color: rgb(169,66,236); }

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