Html Css Color HEX #A651EC Medium Orchid

📋 copy color: '#A651EC'

red 166 ◦ green 81 ◦ blue 236

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

Shades of Medium Orchid #A651EC

Tints of Medium Orchid #A651EC

RGB

 RED value IS 166 (65.23% from 255) = 34.37%

 GREEN value IS 81 (32.03% from 255) = 16.77%

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

R = 34.37%
G = 16.77%
B = 48.86%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A651EC (or 0xA651EC) is known color: Medium Orchid. HEX triplet: A6, 51 and EC. RGB value is (166,81,236). Sum of RGB (Red+Green+Blue) = 166+81+236=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #A651EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A651EC is #59AE13. Grayscale: #7B7B7B. Windows color (decimal): -5877268 or 15487398. OLE color: 15487398.

HSL color Cylindrical-coordinate representation of color #A651EC: hue angle of 272.9º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A651EC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 81 236 -
CMYK 0.30 0.66 0 0.07
HSL 272.9º 0.8% 0.62% -
HSV(B) 272.9º 0.66% 0.93% -
XYZ 33.81 20.05 81.44 -
YUV 124.09 191.16 157.9 -
System Red Green Blue C M Y K H S L
Decimal 166 81 236 0.30 0.66 0 0.07 272.9 0.8 0.62
Hex A6 51 EC 1E 42 0 7 111 50 3E
Octal 246 121 354 36 102 0 7 421 120 76
Binary 10100110 1010001 11101100 11110 1000010 0 111 100010001 1010000 111110

Color Harmonies of #A651EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A651EC

Black with #A651EC

Text Example


Text Example

White with #A651EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A651EC; }

 p { color: rgb(166,81,236); }

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

background-color css

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

 a { background-color: rgb(166,81,236); }

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

border-color css

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

 span { border-color: rgb(166,81,236); }

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