Html Css Color HEX #A54CF3 Medium Orchid

📋 copy color: '#A54CF3'

red 165 ◦ green 76 ◦ blue 243

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

Shades of Medium Orchid #A54CF3

Tints of Medium Orchid #A54CF3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.7%

 BLUE value IS 243 (95.31% from 255) = 50.21%

R = 34.09%
G = 15.7%
B = 50.21%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A54CF3 (or 0xA54CF3) is known color: Medium Orchid. HEX triplet: A5, 4C and F3. RGB value is (165,76,243). Sum of RGB (Red+Green+Blue) = 165+76+243=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #A54CF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54CF3 is #5AB30C. Grayscale: #797979. Windows color (decimal): -5944077 or 15944869. OLE color: 15944869.

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

Color convert

RGB 165 76 243 -
CMYK 0.32 0.69 0 0.05
HSL 271.98º 0.87% 0.63% -
HSV(B) 271.98º 0.69% 0.95% -
XYZ 34.28 19.64 86.78 -
YUV 121.65 196.49 158.92 -
System Red Green Blue C M Y K H S L
Decimal 165 76 243 0.32 0.69 0 0.05 271.98 0.87 0.63
Hex A5 4C F3 20 45 0 5 110 57 3F
Octal 245 114 363 40 105 0 5 420 127 77
Binary 10100101 1001100 11110011 100000 1000101 0 101 100010000 1010111 111111

Color Harmonies of #A54CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54CF3

Black with #A54CF3

Text Example


Text Example

White with #A54CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54CF3; }

 p { color: rgb(165,76,243); }

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

background-color css

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

 a { background-color: rgb(165,76,243); }

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

border-color css

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

 span { border-color: rgb(165,76,243); }

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