Html Css Color HEX #A551ED Medium Orchid

📋 copy color: '#A551ED'

red 165 ◦ green 81 ◦ blue 237

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

Shades of Medium Orchid #A551ED

Tints of Medium Orchid #A551ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.07%

R = 34.16%
G = 16.77%
B = 49.07%

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

#A551ED (or 0xA551ED) is known color: Medium Orchid. HEX triplet: A5, 51 and ED. RGB value is (165,81,237). Sum of RGB (Red+Green+Blue) = 165+81+237=483 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.16% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #A551ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A551ED is #5AAE12. Grayscale: #7B7B7B. Windows color (decimal): -5942803 or 15552933. OLE color: 15552933.

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

Color convert

RGB 165 81 237 -
CMYK 0.30 0.66 0 0.07
HSL 272.31º 0.81% 0.62% -
HSV(B) 272.31º 0.66% 0.93% -
XYZ 33.75 20 82.2 -
YUV 123.9 191.83 157.32 -
System Red Green Blue C M Y K H S L
Decimal 165 81 237 0.30 0.66 0 0.07 272.31 0.81 0.62
Hex A5 51 ED 1E 42 0 7 110 51 3E
Octal 245 121 355 36 102 0 7 420 121 76
Binary 10100101 1010001 11101101 11110 1000010 0 111 100010000 1010001 111110

Color Harmonies of #A551ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A551ED

Black with #A551ED

Text Example


Text Example

White with #A551ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A551ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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