Html Css Color HEX #A54FD6 Medium Orchid

📋 copy color: '#A54FD6'

red 165 ◦ green 79 ◦ blue 214

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

Shades of Medium Orchid #A54FD6

Tints of Medium Orchid #A54FD6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.25%

 BLUE value IS 214 (83.98% from 255) = 46.72%

R = 36.03%
G = 17.25%
B = 46.72%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A54FD6 (or 0xA54FD6) is known color: Medium Orchid. HEX triplet: A5, 4F and D6. RGB value is (165,79,214). Sum of RGB (Red+Green+Blue) = 165+79+214=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #A54FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FD6 is #5AB029. Grayscale: #777777. Windows color (decimal): -5943338 or 14045093. OLE color: 14045093.

HSL color Cylindrical-coordinate representation of color #A54FD6: hue angle of 278.22º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A54FD6 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 79 214 -
CMYK 0.23 0.63 0 0.16
HSL 278.22º 0.62% 0.57% -
HSV(B) 278.22º 0.63% 0.84% -
XYZ 30.45 18.45 65.57 -
YUV 120.1 180.99 160.02 -
System Red Green Blue C M Y K H S L
Decimal 165 79 214 0.23 0.63 0 0.16 278.22 0.62 0.57
Hex A5 4F D6 17 3F 0 10 116 3E 39
Octal 245 117 326 27 77 0 20 426 76 71
Binary 10100101 1001111 11010110 10111 111111 0 10000 100010110 111110 111001

Color Harmonies of #A54FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FD6

Black with #A54FD6

Text Example


Text Example

White with #A54FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FD6; }

 p { color: rgb(165,79,214); }

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

background-color css

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

 a { background-color: rgb(165,79,214); }

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

border-color css

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

 span { border-color: rgb(165,79,214); }

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