Html Css Color HEX #A54FDC Medium Orchid

📋 copy color: '#A54FDC'

red 165 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #A54FDC

Tints of Medium Orchid #A54FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.41%

R = 35.56%
G = 17.03%
B = 47.41%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A54FDC (or 0xA54FDC) is known color: Medium Orchid. HEX triplet: A5, 4F and DC. RGB value is (165,79,220). Sum of RGB (Red+Green+Blue) = 165+79+220=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #A54FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FDC is #5AB023. Grayscale: #787878. Windows color (decimal): -5943332 or 14438309. OLE color: 14438309.

HSL color Cylindrical-coordinate representation of color #A54FDC: hue angle of 276.6º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A54FDC is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 79 220 -
CMYK 0.25 0.64 0 0.14
HSL 276.6º 0.67% 0.59% -
HSV(B) 276.6º 0.64% 0.86% -
XYZ 31.23 18.76 69.68 -
YUV 120.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 165 79 220 0.25 0.64 0 0.14 276.6 0.67 0.59
Hex A5 4F DC 19 40 0 E 115 43 3B
Octal 245 117 334 31 100 0 16 425 103 73
Binary 10100101 1001111 11011100 11001 1000000 0 1110 100010101 1000011 111011

Color Harmonies of #A54FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FDC

Black with #A54FDC

Text Example


Text Example

White with #A54FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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