Html Css Color HEX #A54FDA Medium Orchid

📋 copy color: '#A54FDA'

red 165 ◦ green 79 ◦ blue 218

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

Shades of Medium Orchid #A54FDA

Tints of Medium Orchid #A54FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 35.71%
G = 17.1%
B = 47.19%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A54FDA (or 0xA54FDA) is known color: Medium Orchid. HEX triplet: A5, 4F and DA. RGB value is (165,79,218). Sum of RGB (Red+Green+Blue) = 165+79+218=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #A54FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FDA is #5AB025. Grayscale: #787878. Windows color (decimal): -5943334 or 14307237. OLE color: 14307237.

HSL color Cylindrical-coordinate representation of color #A54FDA: hue angle of 277.12º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A54FDA is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 79 218 -
CMYK 0.24 0.64 0 0.15
HSL 277.12º 0.65% 0.58% -
HSV(B) 277.12º 0.64% 0.85% -
XYZ 30.97 18.65 68.3 -
YUV 120.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 165 79 218 0.24 0.64 0 0.15 277.12 0.65 0.58
Hex A5 4F DA 18 40 0 F 115 41 3A
Octal 245 117 332 30 100 0 17 425 101 72
Binary 10100101 1001111 11011010 11000 1000000 0 1111 100010101 1000001 111010

Color Harmonies of #A54FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FDA

Black with #A54FDA

Text Example


Text Example

White with #A54FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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