Html Css Color HEX #A551EC Medium Orchid

📋 copy color: '#A551EC'

red 165 ◦ green 81 ◦ blue 236

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

Shades of Medium Orchid #A551EC

Tints of Medium Orchid #A551EC

RGB

 RED value IS 165 (64.84% from 255) = 34.23%

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

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

R = 34.23%
G = 16.8%
B = 48.96%

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

#A551EC (or 0xA551EC) is known color: Medium Orchid. HEX triplet: A5, 51 and EC. RGB value is (165,81,236). Sum of RGB (Red+Green+Blue) = 165+81+236=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #A551EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A551EC is #5AAE13. Grayscale: #7B7B7B. Windows color (decimal): -5942804 or 15487397. OLE color: 15487397.

HSL color Cylindrical-coordinate representation of color #A551EC: hue angle of 272.52º 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 #A551EC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 81 236 -
CMYK 0.30 0.66 0 0.07
HSL 272.52º 0.8% 0.62% -
HSV(B) 272.52º 0.66% 0.93% -
XYZ 33.6 19.94 81.43 -
YUV 123.79 191.33 157.4 -
System Red Green Blue C M Y K H S L
Decimal 165 81 236 0.30 0.66 0 0.07 272.52 0.8 0.62
Hex A5 51 EC 1E 42 0 7 111 50 3E
Octal 245 121 354 36 102 0 7 421 120 76
Binary 10100101 1010001 11101100 11110 1000010 0 111 100010001 1010000 111110

Color Harmonies of #A551EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A551EC

Black with #A551EC

Text Example


Text Example

White with #A551EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A551EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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