Html Css Color HEX #A54AEC Medium Orchid

📋 copy color: '#A54AEC'

red 165 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #A54AEC

Tints of Medium Orchid #A54AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.58%

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 34.74%
G = 15.58%
B = 49.68%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A54AEC (or 0xA54AEC) is known color: Medium Orchid. HEX triplet: A5, 4A and EC. RGB value is (165,74,236). Sum of RGB (Red+Green+Blue) = 165+74+236=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 74 (29.30% from 255 or 15.58% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #A54AEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A54AEC is #5AB513. Grayscale: #777777. Windows color (decimal): -5944596 or 15485605. OLE color: 15485605.

HSL color Cylindrical-coordinate representation of color #A54AEC: hue angle of 273.7º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A54AEC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 74 236 -
CMYK 0.30 0.69 0 0.07
HSL 273.7º 0.81% 0.61% -
HSV(B) 273.7º 0.69% 0.93% -
XYZ 33.11 18.95 81.27 -
YUV 119.68 193.65 160.33 -
System Red Green Blue C M Y K H S L
Decimal 165 74 236 0.30 0.69 0 0.07 273.7 0.81 0.61
Hex A5 4A EC 1E 45 0 7 112 51 3D
Octal 245 112 354 36 105 0 7 422 121 75
Binary 10100101 1001010 11101100 11110 1000101 0 111 100010010 1010001 111101

Color Harmonies of #A54AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54AEC

Black with #A54AEC

Text Example


Text Example

White with #A54AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54AEC; }

 p { color: rgb(165,74,236); }

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

background-color css

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

 a { background-color: rgb(165,74,236); }

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

border-color css

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

 span { border-color: rgb(165,74,236); }

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