Html Css Color HEX #A54FD0 Medium Orchid

📋 copy color: '#A54FD0'

red 165 ◦ green 79 ◦ blue 208

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

Shades of Medium Orchid #A54FD0

Tints of Medium Orchid #A54FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.02%

R = 36.5%
G = 17.48%
B = 46.02%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A54FD0 (or 0xA54FD0) is known color: Medium Orchid. HEX triplet: A5, 4F and D0. RGB value is (165,79,208). Sum of RGB (Red+Green+Blue) = 165+79+208=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #A54FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FD0 is #5AB02F. Grayscale: #767676. Windows color (decimal): -5943344 or 13651877. OLE color: 13651877.

HSL color Cylindrical-coordinate representation of color #A54FD0: hue angle of 280º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A54FD0 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 79 208 -
CMYK 0.21 0.62 0 0.18
HSL 280º 0.58% 0.56% -
HSV(B) 280º 0.62% 0.82% -
XYZ 29.7 18.15 61.61 -
YUV 119.42 177.99 160.51 -
System Red Green Blue C M Y K H S L
Decimal 165 79 208 0.21 0.62 0 0.18 280 0.58 0.56
Hex A5 4F D0 15 3E 0 12 118 3A 38
Octal 245 117 320 25 76 0 22 430 72 70
Binary 10100101 1001111 11010000 10101 111110 0 10010 100011000 111010 111000

Color Harmonies of #A54FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FD0

Black with #A54FD0

Text Example


Text Example

White with #A54FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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