Html Css Color HEX #A746EA Medium Orchid

📋 copy color: '#A746EA'

red 167 ◦ green 70 ◦ blue 234

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

Shades of Medium Orchid #A746EA

Tints of Medium Orchid #A746EA

RGB

 RED value IS 167 (65.63% from 255) = 35.46%

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

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

R = 35.46%
G = 14.86%
B = 49.68%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A746EA (or 0xA746EA) is known color: Medium Orchid. HEX triplet: A7, 46 and EA. RGB value is (167,70,234). Sum of RGB (Red+Green+Blue) = 167+70+234=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #A746EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A746EA is #58B915. Grayscale: #757575. Windows color (decimal): -5814550 or 15353511. OLE color: 15353511.

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

Color convert

RGB 167 70 234 -
CMYK 0.29 0.70 0 0.08
HSL 275.49º 0.8% 0.6% -
HSV(B) 275.49º 0.7% 0.92% -
XYZ 32.98 18.54 79.68 -
YUV 117.7 193.64 163.16 -
System Red Green Blue C M Y K H S L
Decimal 167 70 234 0.29 0.70 0 0.08 275.49 0.8 0.6
Hex A7 46 EA 1D 46 0 8 113 50 3C
Octal 247 106 352 35 106 0 10 423 120 74
Binary 10100111 1000110 11101010 11101 1000110 0 1000 100010011 1010000 111100

Color Harmonies of #A746EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A746EA

Black with #A746EA

Text Example


Text Example

White with #A746EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A746EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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