Html Css Color HEX #A54DF2 Medium Orchid

📋 copy color: '#A54DF2'

red 165 ◦ green 77 ◦ blue 242

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

Shades of Medium Orchid #A54DF2

Tints of Medium Orchid #A54DF2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.91%

 BLUE value IS 242 (94.92% from 255) = 50%

R = 34.09%
G = 15.91%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A54DF2 (or 0xA54DF2) is known color: Medium Orchid. HEX triplet: A5, 4D and F2. RGB value is (165,77,242). Sum of RGB (Red+Green+Blue) = 165+77+242=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #A54DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54DF2 is #5AB20D. Grayscale: #797979. Windows color (decimal): -5943822 or 15879589. OLE color: 15879589.

HSL color Cylindrical-coordinate representation of color #A54DF2: hue angle of 272º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A54DF2 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 77 242 -
CMYK 0.32 0.68 0 0.05
HSL 272º 0.86% 0.63% -
HSV(B) 272º 0.68% 0.95% -
XYZ 34.2 19.72 86.01 -
YUV 122.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 165 77 242 0.32 0.68 0 0.05 272 0.86 0.63
Hex A5 4D F2 20 44 0 5 110 56 3F
Octal 245 115 362 40 104 0 5 420 126 77
Binary 10100101 1001101 11110010 100000 1000100 0 101 100010000 1010110 111111

Color Harmonies of #A54DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54DF2

Black with #A54DF2

Text Example


Text Example

White with #A54DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54DF2; }

 p { color: rgb(165,77,242); }

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

background-color css

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

 a { background-color: rgb(165,77,242); }

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

border-color css

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

 span { border-color: rgb(165,77,242); }

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