Html Css Color HEX #A54FDF Medium Orchid

📋 copy color: '#A54FDF'

red 165 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #A54FDF

Tints of Medium Orchid #A54FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.75%

R = 35.33%
G = 16.92%
B = 47.75%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A54FDF (or 0xA54FDF) is known color: Medium Orchid. HEX triplet: A5, 4F and DF. RGB value is (165,79,223). Sum of RGB (Red+Green+Blue) = 165+79+223=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 79 (31.25% from 255 or 16.92% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #A54FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54FDF is #5AB020. Grayscale: #787878. Windows color (decimal): -5943329 or 14634917. OLE color: 14634917.

HSL color Cylindrical-coordinate representation of color #A54FDF: hue angle of 275.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54FDF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 79 223 -
CMYK 0.26 0.65 0 0.13
HSL 275.83º 0.69% 0.59% -
HSV(B) 275.83º 0.65% 0.87% -
XYZ 31.63 18.92 71.8 -
YUV 121.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 165 79 223 0.26 0.65 0 0.13 275.83 0.69 0.59
Hex A5 4F DF 1A 41 0 D 114 45 3B
Octal 245 117 337 32 101 0 15 424 105 73
Binary 10100101 1001111 11011111 11010 1000001 0 1101 100010100 1000101 111011

Color Harmonies of #A54FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FDF

Black with #A54FDF

Text Example


Text Example

White with #A54FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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